Html Css Color HEX #096CB0 Cerulean

📋 copy color: '#096CB0'

red 9 ◦ green 108 ◦ blue 176

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

Shades of Cerulean #096CB0

Tints of Cerulean #096CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 60.07%

R = 3.07%
G = 36.86%
B = 60.07%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#096CB0 (or 0x096CB0) is known color: Cerulean. HEX triplet: 09, 6C and B0. RGB value is (9,108,176). Sum of RGB (Red+Green+Blue) = 9+108+176=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 176 (69.14% from 255 or 60.07% from 293); Max value from RGB is 176 - color contains mainly: blue. Hex color #096CB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096CB0 is #F6934F. Grayscale: #555555. Windows color (decimal): -16159568 or 11561993. OLE color: 11561993.

HSL color Cylindrical-coordinate representation of color #096CB0: hue angle of 204.43º 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 #096CB0 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 108 176 -
CMYK 0.95 0.39 0 0.31
HSL 204.43º 0.9% 0.36% -
HSV(B) 204.43º 0.95% 0.69% -
XYZ 13.31 13.92 43.06 -
YUV 86.15 178.7 72.97 -
System Red Green Blue C M Y K H S L
Decimal 9 108 176 0.95 0.39 0 0.31 204.43 0.9 0.36
Hex 9 6C B0 5F 27 0 1F CC 5A 24
Octal 11 154 260 137 47 0 37 314 132 44
Binary 1001 1101100 10110000 1011111 100111 0 11111 11001100 1011010 100100

Color Harmonies of #096CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CB0

Black with #096CB0

Text Example


Text Example

White with #096CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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