Html Css Color HEX #096FB5 Cerulean

📋 copy color: '#096FB5'

red 9 ◦ green 111 ◦ blue 181

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

Shades of Cerulean #096FB5

Tints of Cerulean #096FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 60.13%

R = 2.99%
G = 36.88%
B = 60.13%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#096FB5 (or 0x096FB5) is known color: Cerulean. HEX triplet: 09, 6F and B5. RGB value is (9,111,181). Sum of RGB (Red+Green+Blue) = 9+111+181=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 181 (71.09% from 255 or 60.13% from 301); Max value from RGB is 181 - color contains mainly: blue. Hex color #096FB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FB5 is #F6904A. Grayscale: #585858. Windows color (decimal): -16158795 or 11890441. OLE color: 11890441.

HSL color Cylindrical-coordinate representation of color #096FB5: hue angle of 204.42º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096FB5 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 111 181 -
CMYK 0.95 0.39 0 0.29
HSL 204.42º 0.91% 0.37% -
HSV(B) 204.42º 0.95% 0.71% -
XYZ 14.14 14.76 45.82 -
YUV 88.48 180.21 71.31 -
System Red Green Blue C M Y K H S L
Decimal 9 111 181 0.95 0.39 0 0.29 204.42 0.91 0.37
Hex 9 6F B5 5F 27 0 1D CC 5B 25
Octal 11 157 265 137 47 0 35 314 133 45
Binary 1001 1101111 10110101 1011111 100111 0 11101 11001100 1011011 100101

Color Harmonies of #096FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FB5

Black with #096FB5

Text Example


Text Example

White with #096FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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