Html Css Color HEX #096974 Blue Lagoon

📋 copy color: '#096974'

red 9 ◦ green 105 ◦ blue 116

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

Shades of Blue Lagoon #096974

Tints of Blue Lagoon #096974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.65%

 BLUE value IS 116 (45.7% from 255) = 50.43%

R = 3.91%
G = 45.65%
B = 50.43%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096974 (or 0x096974) is known color: Blue Lagoon. HEX triplet: 09, 69 and 74. RGB value is (9,105,116). Sum of RGB (Red+Green+Blue) = 9+105+116=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #096974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096974 is #F6968B. Grayscale: #4D4D4D. Windows color (decimal): -16160396 or 7629065. OLE color: 7629065.

HSL color Cylindrical-coordinate representation of color #096974: hue angle of 186.17º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096974 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 105 116 -
CMYK 0.92 0.09 0 0.55
HSL 186.17º 0.86% 0.25% -
HSV(B) 186.17º 0.92% 0.45% -
XYZ 8.32 11.42 18.29 -
YUV 77.55 149.7 79.11 -
System Red Green Blue C M Y K H S L
Decimal 9 105 116 0.92 0.09 0 0.55 186.17 0.86 0.25
Hex 9 69 74 5C 9 0 37 BA 56 19
Octal 11 151 164 134 11 0 67 272 126 31
Binary 1001 1101001 1110100 1011100 1001 0 110111 10111010 1010110 11001

Color Harmonies of #096974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096974

Black with #096974

Text Example


Text Example

White with #096974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096974; }

 p { color: rgb(9,105,116); }

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

background-color css

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

 a { background-color: rgb(9,105,116); }

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

border-color css

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

 span { border-color: rgb(9,105,116); }

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