Html Css Color HEX #096CEA Navy Blue

📋 copy color: '#096CEA'

red 9 ◦ green 108 ◦ blue 234

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

Shades of Navy Blue #096CEA

Tints of Navy Blue #096CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.67%

R = 2.56%
G = 30.77%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#096CEA (or 0x096CEA) is known color: Navy Blue. HEX triplet: 09, 6C and EA. RGB value is (9,108,234). Sum of RGB (Red+Green+Blue) = 9+108+234=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 234 (91.80% from 255 or 66.67% from 351); Max value from RGB is 234 - color contains mainly: blue. Hex color #096CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096CEA is #F69315. Grayscale: #5C5C5C. Windows color (decimal): -16159510 or 15363081. OLE color: 15363081.

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

Color convert

RGB 9 108 234 -
CMYK 0.96 0.54 0 0.08
HSL 213.6º 0.93% 0.48% -
HSV(B) 213.6º 0.96% 0.92% -
XYZ 20.33 16.72 80 -
YUV 92.76 207.7 68.25 -
System Red Green Blue C M Y K H S L
Decimal 9 108 234 0.96 0.54 0 0.08 213.6 0.93 0.48
Hex 9 6C EA 60 36 0 8 D6 5D 30
Octal 11 154 352 140 66 0 10 326 135 60
Binary 1001 1101100 11101010 1100000 110110 0 1000 11010110 1011101 110000

Color Harmonies of #096CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CEA

Black with #096CEA

Text Example


Text Example

White with #096CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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