Html Css Color HEX #096574 Blue Lagoon

📋 copy color: '#096574'

red 9 ◦ green 101 ◦ blue 116

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

Shades of Blue Lagoon #096574

Tints of Blue Lagoon #096574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.69%

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

R = 3.98%
G = 44.69%
B = 51.33%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096574 (or 0x096574) is known color: Blue Lagoon. HEX triplet: 09, 65 and 74. RGB value is (9,101,116). Sum of RGB (Red+Green+Blue) = 9+101+116=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #096574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096574 is #F69A8B. Grayscale: #4B4B4B. Windows color (decimal): -16161420 or 7628041. OLE color: 7628041.

HSL color Cylindrical-coordinate representation of color #096574: hue angle of 188.41º 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 #096574 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 101 116 -
CMYK 0.92 0.13 0 0.55
HSL 188.41º 0.86% 0.25% -
HSV(B) 188.41º 0.92% 0.45% -
XYZ 7.92 10.63 18.16 -
YUV 75.2 151.02 80.78 -
System Red Green Blue C M Y K H S L
Decimal 9 101 116 0.92 0.13 0 0.55 188.41 0.86 0.25
Hex 9 65 74 5C D 0 37 BC 56 19
Octal 11 145 164 134 15 0 67 274 126 31
Binary 1001 1100101 1110100 1011100 1101 0 110111 10111100 1010110 11001

Color Harmonies of #096574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096574

Black with #096574

Text Example


Text Example

White with #096574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096574; }

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

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

background-color css

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

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

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

border-color css

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

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

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