Html Css Color HEX #096CAF Cerulean

📋 copy color: '#096CAF'

red 9 ◦ green 108 ◦ blue 175

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

Shades of Cerulean #096CAF

Tints of Cerulean #096CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 59.93%

R = 3.08%
G = 36.99%
B = 59.93%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#096CAF (or 0x096CAF) is known color: Cerulean. HEX triplet: 09, 6C and AF. RGB value is (9,108,175). Sum of RGB (Red+Green+Blue) = 9+108+175=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #096CAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096CAF is #F69350. Grayscale: #555555. Windows color (decimal): -16159569 or 11496457. OLE color: 11496457.

HSL color Cylindrical-coordinate representation of color #096CAF: hue angle of 204.22º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096CAF is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 108 175 -
CMYK 0.95 0.38 0 0.31
HSL 204.22º 0.9% 0.36% -
HSV(B) 204.22º 0.95% 0.69% -
XYZ 13.21 13.88 42.54 -
YUV 86.04 178.2 73.05 -
System Red Green Blue C M Y K H S L
Decimal 9 108 175 0.95 0.38 0 0.31 204.22 0.9 0.36
Hex 9 6C AF 5F 26 0 1F CC 5A 24
Octal 11 154 257 137 46 0 37 314 132 44
Binary 1001 1101100 10101111 1011111 100110 0 11111 11001100 1011010 100100

Color Harmonies of #096CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CAF

Black with #096CAF

Text Example


Text Example

White with #096CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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