Html Css Color HEX #096FAD Cerulean

📋 copy color: '#096FAD'

red 9 ◦ green 111 ◦ blue 173

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

Shades of Cerulean #096FAD

Tints of Cerulean #096FAD

RGB

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

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

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

R = 3.07%
G = 37.88%
B = 59.04%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#096FAD (or 0x096FAD) is known color: Cerulean. HEX triplet: 09, 6F and AD. RGB value is (9,111,173). Sum of RGB (Red+Green+Blue) = 9+111+173=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #096FAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096FAD is #F69052. Grayscale: #575757. Windows color (decimal): -16158803 or 11366153. OLE color: 11366153.

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

Color convert

RGB 9 111 173 -
CMYK 0.95 0.36 0 0.32
HSL 202.68º 0.9% 0.36% -
HSV(B) 202.68º 0.95% 0.68% -
XYZ 13.34 14.44 41.62 -
YUV 87.57 176.21 71.96 -
System Red Green Blue C M Y K H S L
Decimal 9 111 173 0.95 0.36 0 0.32 202.68 0.9 0.36
Hex 9 6F AD 5F 24 0 20 CB 5A 24
Octal 11 157 255 137 44 0 40 313 132 44
Binary 1001 1101111 10101101 1011111 100100 0 100000 11001011 1011010 100100

Color Harmonies of #096FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FAD

Black with #096FAD

Text Example


Text Example

White with #096FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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