Html Css Color HEX #096368 Blue Lagoon

📋 copy color: '#096368'

red 9 ◦ green 99 ◦ blue 104

#096368
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #096368

Tints of Blue Lagoon #096368

RGB

 RED value IS 9 (3.91% from 255) = 4.25%

 GREEN value IS 99 (39.06% from 255) = 46.7%

 BLUE value IS 104 (41.02% from 255) = 49.06%

R = 4.25%
G = 46.7%
B = 49.06%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#096368 (or 0x096368) is known color: Blue Lagoon. HEX triplet: 09, 63 and 68. RGB value is (9,99,104). Sum of RGB (Red+Green+Blue) = 9+99+104=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #096368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096368 is #F69C97. Grayscale: #484848. Windows color (decimal): -16161944 or 6841097. OLE color: 6841097.

HSL color Cylindrical-coordinate representation of color #096368: hue angle of 183.16º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096368 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 99 104 -
CMYK 0.91 0.05 0 0.59
HSL 183.16º 0.84% 0.22% -
HSV(B) 183.16º 0.91% 0.41% -
XYZ 7.07 9.98 14.65 -
YUV 72.66 145.68 82.59 -
System Red Green Blue C M Y K H S L
Decimal 9 99 104 0.91 0.05 0 0.59 183.16 0.84 0.22
Hex 9 63 68 5B 5 0 3B B7 54 16
Octal 11 143 150 133 5 0 73 267 124 26
Binary 1001 1100011 1101000 1011011 101 0 111011 10110111 1010100 10110

Color Harmonies of #096368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096368

Black with #096368

Text Example


Text Example

White with #096368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096368; }

 p { color: rgb(9,99,104); }

 H1.HeaderClassName
 {
   color: #096368;
 }
 .AnyTagClassName
 {
   color: #096368;
 }
</style>

background-color css

<style>
 a { background-color: #096368; }

 a { background-color: rgb(9,99,104); }

 div.DivClassName
 {
   background-color: #096368;
 }
 .BgClassName
 {
   background-color: #096368;
 }
</style>

border-color css

<style>
 span { border-color: #096368; }

 span { border-color: rgb(9,99,104); }

 td.TdClassName
 {
   border-color: #096368;
 }
 .TagClassName
 {
   border-color: #096368;
 }
</style>