Html Css Color HEX #096CA5 Cerulean

📋 copy color: '#096CA5'

red 9 ◦ green 108 ◦ blue 165

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

Shades of Cerulean #096CA5

Tints of Cerulean #096CA5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.3%

 BLUE value IS 165 (64.84% from 255) = 58.51%

R = 3.19%
G = 38.3%
B = 58.51%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#096CA5 (or 0x096CA5) is known color: Cerulean. HEX triplet: 09, 6C and A5. RGB value is (9,108,165). Sum of RGB (Red+Green+Blue) = 9+108+165=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 165 (64.84% from 255 or 58.51% from 282); Max value from RGB is 165 - color contains mainly: blue. Hex color #096CA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096CA5 is #F6935A. Grayscale: #545454. Windows color (decimal): -16159579 or 10841097. OLE color: 10841097.

HSL color Cylindrical-coordinate representation of color #096CA5: hue angle of 201.92º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096CA5 is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 9 108 165 -
CMYK 0.95 0.35 0 0.35
HSL 201.92º 0.9% 0.34% -
HSV(B) 201.92º 0.95% 0.65% -
XYZ 12.27 13.5 37.56 -
YUV 84.9 173.2 73.87 -
System Red Green Blue C M Y K H S L
Decimal 9 108 165 0.95 0.35 0 0.35 201.92 0.9 0.34
Hex 9 6C A5 5F 23 0 23 CA 5A 22
Octal 11 154 245 137 43 0 43 312 132 42
Binary 1001 1101100 10100101 1011111 100011 0 100011 11001010 1011010 100010

Color Harmonies of #096CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CA5

Black with #096CA5

Text Example


Text Example

White with #096CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,108,165); }

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

background-color css

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

 a { background-color: rgb(9,108,165); }

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

border-color css

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

 span { border-color: rgb(9,108,165); }

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