Html Css Color HEX #096FB2 Cerulean

📋 copy color: '#096FB2'

red 9 ◦ green 111 ◦ blue 178

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

Shades of Cerulean #096FB2

Tints of Cerulean #096FB2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.25%

 BLUE value IS 178 (69.92% from 255) = 59.73%

R = 3.02%
G = 37.25%
B = 59.73%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#096FB2 (or 0x096FB2) is known color: Cerulean. HEX triplet: 09, 6F and B2. RGB value is (9,111,178). Sum of RGB (Red+Green+Blue) = 9+111+178=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 178 (69.92% from 255 or 59.73% from 298); Max value from RGB is 178 - color contains mainly: blue. Hex color #096FB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096FB2 is #F6904D. Grayscale: #575757. Windows color (decimal): -16158798 or 11693833. OLE color: 11693833.

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

Color convert

RGB 9 111 178 -
CMYK 0.95 0.38 0 0.30
HSL 203.79º 0.9% 0.37% -
HSV(B) 203.79º 0.95% 0.7% -
XYZ 13.83 14.64 44.22 -
YUV 88.14 178.71 71.55 -
System Red Green Blue C M Y K H S L
Decimal 9 111 178 0.95 0.38 0 0.30 203.79 0.9 0.37
Hex 9 6F B2 5F 26 0 1E CC 5A 25
Octal 11 157 262 137 46 0 36 314 132 45
Binary 1001 1101111 10110010 1011111 100110 0 11110 11001100 1011010 100101

Color Harmonies of #096FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FB2

Black with #096FB2

Text Example


Text Example

White with #096FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,111,178); }

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

background-color css

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

 a { background-color: rgb(9,111,178); }

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

border-color css

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

 span { border-color: rgb(9,111,178); }

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