Html Css Color HEX #096CB1 Cerulean

📋 copy color: '#096CB1'

red 9 ◦ green 108 ◦ blue 177

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

Shades of Cerulean #096CB1

Tints of Cerulean #096CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 60.2%

R = 3.06%
G = 36.73%
B = 60.2%

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

#096CB1 (or 0x096CB1) is known color: Cerulean. HEX triplet: 09, 6C and B1. RGB value is (9,108,177). Sum of RGB (Red+Green+Blue) = 9+108+177=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #096CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096CB1 is #F6934E. Grayscale: #555555. Windows color (decimal): -16159567 or 11627529. OLE color: 11627529.

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

Color convert

RGB 9 108 177 -
CMYK 0.95 0.39 0 0.31
HSL 204.64º 0.9% 0.36% -
HSV(B) 204.64º 0.95% 0.69% -
XYZ 13.41 13.96 43.58 -
YUV 86.27 179.2 72.89 -
System Red Green Blue C M Y K H S L
Decimal 9 108 177 0.95 0.39 0 0.31 204.64 0.9 0.36
Hex 9 6C B1 5F 27 0 1F CD 5A 24
Octal 11 154 261 137 47 0 37 315 132 44
Binary 1001 1101100 10110001 1011111 100111 0 11111 11001101 1011010 100100

Color Harmonies of #096CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CB1

Black with #096CB1

Text Example


Text Example

White with #096CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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