Html Css Color HEX #096BA1 Cerulean

📋 copy color: '#096BA1'

red 9 ◦ green 107 ◦ blue 161

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

Shades of Cerulean #096BA1

Tints of Cerulean #096BA1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.63%

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

R = 3.25%
G = 38.63%
B = 58.12%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#096BA1 (or 0x096BA1) is known color: Cerulean. HEX triplet: 09, 6B and A1. RGB value is (9,107,161). Sum of RGB (Red+Green+Blue) = 9+107+161=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 161 (63.28% from 255 or 58.12% from 277); Max value from RGB is 161 - color contains mainly: blue. Hex color #096BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096BA1 is #F6945E. Grayscale: #535353. Windows color (decimal): -16159839 or 10578697. OLE color: 10578697.

HSL color Cylindrical-coordinate representation of color #096BA1: hue angle of 201.32º 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 #096BA1 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 107 161 -
CMYK 0.94 0.34 0 0.37
HSL 201.32º 0.89% 0.33% -
HSV(B) 201.32º 0.94% 0.63% -
XYZ 11.8 13.15 35.63 -
YUV 83.85 171.53 74.61 -
System Red Green Blue C M Y K H S L
Decimal 9 107 161 0.94 0.34 0 0.37 201.32 0.89 0.33
Hex 9 6B A1 5E 22 0 25 C9 59 21
Octal 11 153 241 136 42 0 45 311 131 41
Binary 1001 1101011 10100001 1011110 100010 0 100101 11001001 1011001 100001

Color Harmonies of #096BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BA1

Black with #096BA1

Text Example


Text Example

White with #096BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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