Html Css Color HEX #096BAD Cerulean

📋 copy color: '#096BAD'

red 9 ◦ green 107 ◦ blue 173

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

Shades of Cerulean #096BAD

Tints of Cerulean #096BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 59.86%

R = 3.11%
G = 37.02%
B = 59.86%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#096BAD (or 0x096BAD) is known color: Cerulean. HEX triplet: 09, 6B and AD. RGB value is (9,107,173). Sum of RGB (Red+Green+Blue) = 9+107+173=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #096BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096BAD is #F69452. Grayscale: #545454. Windows color (decimal): -16159827 or 11365129. OLE color: 11365129.

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

Color convert

RGB 9 107 173 -
CMYK 0.95 0.38 0 0.32
HSL 204.15º 0.9% 0.36% -
HSV(B) 204.15º 0.95% 0.68% -
XYZ 12.91 13.59 41.48 -
YUV 85.22 177.53 73.63 -
System Red Green Blue C M Y K H S L
Decimal 9 107 173 0.95 0.38 0 0.32 204.15 0.9 0.36
Hex 9 6B AD 5F 26 0 20 CC 5A 24
Octal 11 153 255 137 46 0 40 314 132 44
Binary 1001 1101011 10101101 1011111 100110 0 100000 11001100 1011010 100100

Color Harmonies of #096BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BAD

Black with #096BAD

Text Example


Text Example

White with #096BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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