Html Css Color HEX #096BAF Cerulean

📋 copy color: '#096BAF'

red 9 ◦ green 107 ◦ blue 175

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

Shades of Cerulean #096BAF

Tints of Cerulean #096BAF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.77%

 BLUE value IS 175 (68.75% from 255) = 60.14%

R = 3.09%
G = 36.77%
B = 60.14%

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

#096BAF (or 0x096BAF) is known color: Cerulean. HEX triplet: 09, 6B and AF. RGB value is (9,107,175). Sum of RGB (Red+Green+Blue) = 9+107+175=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #096BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096BAF is #F69450. Grayscale: #555555. Windows color (decimal): -16159825 or 11496201. OLE color: 11496201.

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

Color convert

RGB 9 107 175 -
CMYK 0.95 0.39 0 0.31
HSL 204.58º 0.9% 0.36% -
HSV(B) 204.58º 0.95% 0.69% -
XYZ 13.11 13.67 42.5 -
YUV 85.45 178.53 73.47 -
System Red Green Blue C M Y K H S L
Decimal 9 107 175 0.95 0.39 0 0.31 204.58 0.9 0.36
Hex 9 6B AF 5F 27 0 1F CD 5A 24
Octal 11 153 257 137 47 0 37 315 132 44
Binary 1001 1101011 10101111 1011111 100111 0 11111 11001101 1011010 100100

Color Harmonies of #096BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BAF

Black with #096BAF

Text Example


Text Example

White with #096BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,107,175); }

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

background-color css

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

 a { background-color: rgb(9,107,175); }

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

border-color css

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

 span { border-color: rgb(9,107,175); }

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