Html Css Color HEX #096DA4 Cerulean

📋 copy color: '#096DA4'

red 9 ◦ green 109 ◦ blue 164

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

Shades of Cerulean #096DA4

Tints of Cerulean #096DA4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.65%

 BLUE value IS 164 (64.45% from 255) = 58.16%

R = 3.19%
G = 38.65%
B = 58.16%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#096DA4 (or 0x096DA4) is known color: Cerulean. HEX triplet: 09, 6D and A4. RGB value is (9,109,164). Sum of RGB (Red+Green+Blue) = 9+109+164=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 164 (64.45% from 255 or 58.16% from 282); Max value from RGB is 164 - color contains mainly: blue. Hex color #096DA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096DA4 is #F6925B. Grayscale: #555555. Windows color (decimal): -16159324 or 10775817. OLE color: 10775817.

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

Color convert

RGB 9 109 164 -
CMYK 0.95 0.34 0 0.36
HSL 201.29º 0.9% 0.34% -
HSV(B) 201.29º 0.95% 0.64% -
XYZ 12.28 13.68 37.11 -
YUV 85.37 172.37 73.53 -
System Red Green Blue C M Y K H S L
Decimal 9 109 164 0.95 0.34 0 0.36 201.29 0.9 0.34
Hex 9 6D A4 5F 22 0 24 C9 5A 22
Octal 11 155 244 137 42 0 44 311 132 42
Binary 1001 1101101 10100100 1011111 100010 0 100100 11001001 1011010 100010

Color Harmonies of #096DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DA4

Black with #096DA4

Text Example


Text Example

White with #096DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,109,164); }

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

background-color css

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

 a { background-color: rgb(9,109,164); }

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

border-color css

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

 span { border-color: rgb(9,109,164); }

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