Html Css Color HEX #096CA1 Cerulean

📋 copy color: '#096CA1'

red 9 ◦ green 108 ◦ blue 161

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

Shades of Cerulean #096CA1

Tints of Cerulean #096CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 57.91%

R = 3.24%
G = 38.85%
B = 57.91%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#096CA1 (or 0x096CA1) is known color: Cerulean. HEX triplet: 09, 6C and A1. RGB value is (9,108,161). Sum of RGB (Red+Green+Blue) = 9+108+161=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 161 (63.28% from 255 or 57.91% from 278); Max value from RGB is 161 - color contains mainly: blue. Hex color #096CA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096CA1 is #F6935E. Grayscale: #545454. Windows color (decimal): -16159583 or 10578953. OLE color: 10578953.

HSL color Cylindrical-coordinate representation of color #096CA1: hue angle of 200.92º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096CA1 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 108 161 -
CMYK 0.94 0.33 0 0.37
HSL 200.92º 0.89% 0.33% -
HSV(B) 200.92º 0.94% 0.63% -
XYZ 11.91 13.36 35.67 -
YUV 84.44 171.2 74.19 -
System Red Green Blue C M Y K H S L
Decimal 9 108 161 0.94 0.33 0 0.37 200.92 0.89 0.33
Hex 9 6C A1 5E 21 0 25 C9 59 21
Octal 11 154 241 136 41 0 45 311 131 41
Binary 1001 1101100 10100001 1011110 100001 0 100101 11001001 1011001 100001

Color Harmonies of #096CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CA1

Black with #096CA1

Text Example


Text Example

White with #096CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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