Html Css Color HEX #096275 Blue Lagoon

📋 copy color: '#096275'

red 9 ◦ green 98 ◦ blue 117

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

Shades of Blue Lagoon #096275

Tints of Blue Lagoon #096275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.75%

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

R = 4.02%
G = 43.75%
B = 52.23%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096275 (or 0x096275) is known color: Blue Lagoon. HEX triplet: 09, 62 and 75. RGB value is (9,98,117). Sum of RGB (Red+Green+Blue) = 9+98+117=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #096275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096275 is #F69D8A. Grayscale: #494949. Windows color (decimal): -16162187 or 7692809. OLE color: 7692809.

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

Color convert

RGB 9 98 117 -
CMYK 0.92 0.16 0 0.54
HSL 190.56º 0.86% 0.25% -
HSV(B) 190.56º 0.92% 0.46% -
XYZ 7.69 10.08 18.37 -
YUV 73.56 152.51 81.96 -
System Red Green Blue C M Y K H S L
Decimal 9 98 117 0.92 0.16 0 0.54 190.56 0.86 0.25
Hex 9 62 75 5C 10 0 36 BF 56 19
Octal 11 142 165 134 20 0 66 277 126 31
Binary 1001 1100010 1110101 1011100 10000 0 110110 10111111 1010110 11001

Color Harmonies of #096275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096275

Black with #096275

Text Example


Text Example

White with #096275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096275; }

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

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

background-color css

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

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

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

border-color css

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

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

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