Html Css Color HEX #096CEC Navy Blue

📋 copy color: '#096CEC'

red 9 ◦ green 108 ◦ blue 236

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

Shades of Navy Blue #096CEC

Tints of Navy Blue #096CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 66.86%

R = 2.55%
G = 30.59%
B = 66.86%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#096CEC (or 0x096CEC) is known color: Navy Blue. HEX triplet: 09, 6C and EC. RGB value is (9,108,236). Sum of RGB (Red+Green+Blue) = 9+108+236=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #096CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096CEC is #F69313. Grayscale: #5C5C5C. Windows color (decimal): -16159508 or 15494153. OLE color: 15494153.

HSL color Cylindrical-coordinate representation of color #096CEC: hue angle of 213.83º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096CEC is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 108 236 -
CMYK 0.96 0.54 0 0.07
HSL 213.83º 0.93% 0.48% -
HSV(B) 213.83º 0.96% 0.93% -
XYZ 20.62 16.84 81.52 -
YUV 92.99 208.7 68.09 -
System Red Green Blue C M Y K H S L
Decimal 9 108 236 0.96 0.54 0 0.07 213.83 0.93 0.48
Hex 9 6C EC 60 36 0 7 D6 5D 30
Octal 11 154 354 140 66 0 7 326 135 60
Binary 1001 1101100 11101100 1100000 110110 0 111 11010110 1011101 110000

Color Harmonies of #096CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CEC

Black with #096CEC

Text Example


Text Example

White with #096CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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