Html Css Color HEX #096375 Blue Lagoon

📋 copy color: '#096375'

red 9 ◦ green 99 ◦ blue 117

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

Shades of Blue Lagoon #096375

Tints of Blue Lagoon #096375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52%

R = 4%
G = 44%
B = 52%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096375 (or 0x096375) is known color: Blue Lagoon. HEX triplet: 09, 63 and 75. RGB value is (9,99,117). Sum of RGB (Red+Green+Blue) = 9+99+117=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #096375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096375 is #F69C8A. Grayscale: #494949. Windows color (decimal): -16161931 or 7693065. OLE color: 7693065.

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

Color convert

RGB 9 99 117 -
CMYK 0.92 0.15 0 0.54
HSL 190º 0.86% 0.25% -
HSV(B) 190º 0.92% 0.46% -
XYZ 7.79 10.27 18.4 -
YUV 74.14 152.18 81.54 -
System Red Green Blue C M Y K H S L
Decimal 9 99 117 0.92 0.15 0 0.54 190 0.86 0.25
Hex 9 63 75 5C F 0 36 BE 56 19
Octal 11 143 165 134 17 0 66 276 126 31
Binary 1001 1100011 1110101 1011100 1111 0 110110 10111110 1010110 11001

Color Harmonies of #096375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096375

Black with #096375

Text Example


Text Example

White with #096375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096375; }

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

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

background-color css

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

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

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

border-color css

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

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

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