Html Css Color HEX #096DB0 Cerulean

📋 copy color: '#096DB0'

red 9 ◦ green 109 ◦ blue 176

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

Shades of Cerulean #096DB0

Tints of Cerulean #096DB0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.07%

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

R = 3.06%
G = 37.07%
B = 59.86%

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

#096DB0 (or 0x096DB0) is known color: Cerulean. HEX triplet: 09, 6D and B0. RGB value is (9,109,176). Sum of RGB (Red+Green+Blue) = 9+109+176=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 176 (69.14% from 255 or 59.86% from 294); Max value from RGB is 176 - color contains mainly: blue. Hex color #096DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096DB0 is #F6924F. Grayscale: #565656. Windows color (decimal): -16159312 or 11562249. OLE color: 11562249.

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

Color convert

RGB 9 109 176 -
CMYK 0.95 0.38 0 0.31
HSL 204.07º 0.9% 0.36% -
HSV(B) 204.07º 0.95% 0.69% -
XYZ 13.42 14.13 43.09 -
YUV 86.74 178.37 72.55 -
System Red Green Blue C M Y K H S L
Decimal 9 109 176 0.95 0.38 0 0.31 204.07 0.9 0.36
Hex 9 6D B0 5F 26 0 1F CC 5A 24
Octal 11 155 260 137 46 0 37 314 132 44
Binary 1001 1101101 10110000 1011111 100110 0 11111 11001100 1011010 100100

Color Harmonies of #096DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DB0

Black with #096DB0

Text Example


Text Example

White with #096DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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