Html Css Color HEX #096C94 Cerulean

📋 copy color: '#096C94'

red 9 ◦ green 108 ◦ blue 148

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

Shades of Cerulean #096C94

Tints of Cerulean #096C94

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.75%

 BLUE value IS 148 (58.2% from 255) = 55.85%

R = 3.4%
G = 40.75%
B = 55.85%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#096C94 (or 0x096C94) is known color: Cerulean. HEX triplet: 09, 6C and 94. RGB value is (9,108,148). Sum of RGB (Red+Green+Blue) = 9+108+148=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #096C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096C94 is #F6936B. Grayscale: #525252. Windows color (decimal): -16159596 or 9726985. OLE color: 9726985.

HSL color Cylindrical-coordinate representation of color #096C94: hue angle of 197.27º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096C94 is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 108 148 -
CMYK 0.94 0.27 0 0.42
HSL 197.27º 0.89% 0.31% -
HSV(B) 197.27º 0.94% 0.58% -
XYZ 10.82 12.92 29.94 -
YUV 82.96 164.7 75.25 -
System Red Green Blue C M Y K H S L
Decimal 9 108 148 0.94 0.27 0 0.42 197.27 0.89 0.31
Hex 9 6C 94 5E 1B 0 2A C5 59 1F
Octal 11 154 224 136 33 0 52 305 131 37
Binary 1001 1101100 10010100 1011110 11011 0 101010 11000101 1011001 11111

Color Harmonies of #096C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C94

Black with #096C94

Text Example


Text Example

White with #096C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096C94; }

 p { color: rgb(9,108,148); }

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

background-color css

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

 a { background-color: rgb(9,108,148); }

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

border-color css

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

 span { border-color: rgb(9,108,148); }

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