Html Css Color HEX #096378 Blue Lagoon

📋 copy color: '#096378'

red 9 ◦ green 99 ◦ blue 120

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

Shades of Blue Lagoon #096378

Tints of Blue Lagoon #096378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 52.63%

R = 3.95%
G = 43.42%
B = 52.63%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096378 (or 0x096378) is known color: Blue Lagoon. HEX triplet: 09, 63 and 78. RGB value is (9,99,120). Sum of RGB (Red+Green+Blue) = 9+99+120=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #096378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096378 is #F69C87. Grayscale: #4A4A4A. Windows color (decimal): -16161928 or 7889673. OLE color: 7889673.

HSL color Cylindrical-coordinate representation of color #096378: hue angle of 191.35º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096378 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 99 120 -
CMYK 0.92 0.17 0 0.53
HSL 191.35º 0.86% 0.25% -
HSV(B) 191.35º 0.93% 0.47% -
XYZ 7.96 10.34 19.34 -
YUV 74.48 153.68 81.29 -
System Red Green Blue C M Y K H S L
Decimal 9 99 120 0.92 0.17 0 0.53 191.35 0.86 0.25
Hex 9 63 78 5C 11 0 35 BF 56 19
Octal 11 143 170 134 21 0 65 277 126 31
Binary 1001 1100011 1111000 1011100 10001 0 110101 10111111 1010110 11001

Color Harmonies of #096378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096378

Black with #096378

Text Example


Text Example

White with #096378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096378; }

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

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

background-color css

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

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

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

border-color css

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

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

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