Html Css Color HEX #096AAE Cerulean

📋 copy color: '#096AAE'

red 9 ◦ green 106 ◦ blue 174

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

Shades of Cerulean #096AAE

Tints of Cerulean #096AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.68%

 BLUE value IS 174 (68.36% from 255) = 60.21%

R = 3.11%
G = 36.68%
B = 60.21%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#096AAE (or 0x096AAE) is known color: Cerulean. HEX triplet: 09, 6A and AE. RGB value is (9,106,174). Sum of RGB (Red+Green+Blue) = 9+106+174=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #096AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096AAE is #F69551. Grayscale: #545454. Windows color (decimal): -16160082 or 11430409. OLE color: 11430409.

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

Color convert

RGB 9 106 174 -
CMYK 0.95 0.39 0 0.32
HSL 204.73º 0.9% 0.36% -
HSV(B) 204.73º 0.95% 0.68% -
XYZ 12.91 13.42 41.95 -
YUV 84.75 178.36 73.97 -
System Red Green Blue C M Y K H S L
Decimal 9 106 174 0.95 0.39 0 0.32 204.73 0.9 0.36
Hex 9 6A AE 5F 27 0 20 CD 5A 24
Octal 11 152 256 137 47 0 40 315 132 44
Binary 1001 1101010 10101110 1011111 100111 0 100000 11001101 1011010 100100

Color Harmonies of #096AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AAE

Black with #096AAE

Text Example


Text Example

White with #096AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,106,174); }

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

background-color css

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

 a { background-color: rgb(9,106,174); }

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

border-color css

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

 span { border-color: rgb(9,106,174); }

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