Html Css Color HEX #096EB1 Cerulean

📋 copy color: '#096EB1'

red 9 ◦ green 110 ◦ blue 177

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

Shades of Cerulean #096EB1

Tints of Cerulean #096EB1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.16%

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

R = 3.04%
G = 37.16%
B = 59.8%

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

#096EB1 (or 0x096EB1) is known color: Cerulean. HEX triplet: 09, 6E and B1. RGB value is (9,110,177). Sum of RGB (Red+Green+Blue) = 9+110+177=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 177 (69.53% from 255 or 59.80% from 296); Max value from RGB is 177 - color contains mainly: blue. Hex color #096EB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096EB1 is #F6914E. Grayscale: #575757. Windows color (decimal): -16159055 or 11628041. OLE color: 11628041.

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

Color convert

RGB 9 110 177 -
CMYK 0.95 0.38 0 0.31
HSL 203.93º 0.9% 0.36% -
HSV(B) 203.93º 0.95% 0.69% -
XYZ 13.62 14.38 43.65 -
YUV 87.44 178.54 72.05 -
System Red Green Blue C M Y K H S L
Decimal 9 110 177 0.95 0.38 0 0.31 203.93 0.9 0.36
Hex 9 6E B1 5F 26 0 1F CC 5A 24
Octal 11 156 261 137 46 0 37 314 132 44
Binary 1001 1101110 10110001 1011111 100110 0 11111 11001100 1011010 100100

Color Harmonies of #096EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096EB1

Black with #096EB1

Text Example


Text Example

White with #096EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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