Html Css Color HEX #096BAE Cerulean

📋 copy color: '#096BAE'

red 9 ◦ green 107 ◦ blue 174

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

Shades of Cerulean #096BAE

Tints of Cerulean #096BAE

RGB

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

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

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

R = 3.1%
G = 36.9%
B = 60%

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

#096BAE (or 0x096BAE) is known color: Cerulean. HEX triplet: 09, 6B and AE. RGB value is (9,107,174). Sum of RGB (Red+Green+Blue) = 9+107+174=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #096BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096BAE is #F69451. Grayscale: #545454. Windows color (decimal): -16159826 or 11430665. OLE color: 11430665.

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

Color convert

RGB 9 107 174 -
CMYK 0.95 0.39 0 0.32
HSL 204.36º 0.9% 0.36% -
HSV(B) 204.36º 0.95% 0.68% -
XYZ 13.01 13.63 41.99 -
YUV 85.34 178.03 73.55 -
System Red Green Blue C M Y K H S L
Decimal 9 107 174 0.95 0.39 0 0.32 204.36 0.9 0.36
Hex 9 6B AE 5F 27 0 20 CC 5A 24
Octal 11 153 256 137 47 0 40 314 132 44
Binary 1001 1101011 10101110 1011111 100111 0 100000 11001100 1011010 100100

Color Harmonies of #096BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BAE

Black with #096BAE

Text Example


Text Example

White with #096BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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