Html Css Color HEX #0960EA Navy Blue

📋 copy color: '#0960EA'

red 9 ◦ green 96 ◦ blue 234

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

Shades of Navy Blue #0960EA

Tints of Navy Blue #0960EA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.32%

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

R = 2.65%
G = 28.32%
B = 69.03%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0960EA (or 0x0960EA) is known color: Navy Blue. HEX triplet: 09, 60 and EA. RGB value is (9,96,234). Sum of RGB (Red+Green+Blue) = 9+96+234=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 234 (91.80% from 255 or 69.03% from 339); Max value from RGB is 234 - color contains mainly: blue. Hex color #0960EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0960EA is #F69F15. Grayscale: #555555. Windows color (decimal): -16162582 or 15360009. OLE color: 15360009.

HSL color Cylindrical-coordinate representation of color #0960EA: hue angle of 216.8º 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 #0960EA is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 96 234 -
CMYK 0.96 0.59 0 0.08
HSL 216.8º 0.93% 0.48% -
HSV(B) 216.8º 0.96% 0.92% -
XYZ 19.15 14.36 79.61 -
YUV 85.72 211.68 73.28 -
System Red Green Blue C M Y K H S L
Decimal 9 96 234 0.96 0.59 0 0.08 216.8 0.93 0.48
Hex 9 60 EA 60 3B 0 8 D9 5D 30
Octal 11 140 352 140 73 0 10 331 135 60
Binary 1001 1100000 11101010 1100000 111011 0 1000 11011001 1011101 110000

Color Harmonies of #0960EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0960EA

Black with #0960EA

Text Example


Text Example

White with #0960EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0960EA; }

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

 H1.HeaderClassName
 {
   color: #0960EA;
 }
 .AnyTagClassName
 {
   color: #0960EA;
 }
</style>

background-color css

<style>
 a { background-color: #0960EA; }

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

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

border-color css

<style>
 span { border-color: #0960EA; }

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

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