Html Css Color HEX #096075 Blue Lagoon

📋 copy color: '#096075'

red 9 ◦ green 96 ◦ blue 117

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

Shades of Blue Lagoon #096075

Tints of Blue Lagoon #096075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.24%

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

R = 4.05%
G = 43.24%
B = 52.7%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096075 (or 0x096075) is known color: Blue Lagoon. HEX triplet: 09, 60 and 75. RGB value is (9,96,117). Sum of RGB (Red+Green+Blue) = 9+96+117=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #096075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096075 is #F69F8A. Grayscale: #484848. Windows color (decimal): -16162699 or 7692297. OLE color: 7692297.

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

Color convert

RGB 9 96 117 -
CMYK 0.92 0.18 0 0.54
HSL 191.67º 0.86% 0.25% -
HSV(B) 191.67º 0.92% 0.46% -
XYZ 7.51 9.71 18.31 -
YUV 72.38 153.18 82.79 -
System Red Green Blue C M Y K H S L
Decimal 9 96 117 0.92 0.18 0 0.54 191.67 0.86 0.25
Hex 9 60 75 5C 12 0 36 C0 56 19
Octal 11 140 165 134 22 0 66 300 126 31
Binary 1001 1100000 1110101 1011100 10010 0 110110 11000000 1010110 11001

Color Harmonies of #096075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096075

Black with #096075

Text Example


Text Example

White with #096075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096075; }

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

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

background-color css

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

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

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

border-color css

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

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

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