Html Css Color HEX #0960FD Navy Blue

📋 copy color: '#0960FD'

red 9 ◦ green 96 ◦ blue 253

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

Shades of Navy Blue #0960FD

Tints of Navy Blue #0960FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 70.67%

R = 2.51%
G = 26.82%
B = 70.67%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0960FD (or 0x0960FD) is known color: Navy Blue. HEX triplet: 09, 60 and FD. RGB value is (9,96,253). Sum of RGB (Red+Green+Blue) = 9+96+253=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #0960FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0960FD is #F69F02. Grayscale: #575757. Windows color (decimal): -16162563 or 16605193. OLE color: 16605193.

HSL color Cylindrical-coordinate representation of color #0960FD: hue angle of 218.61º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0960FD is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 96 253 -
CMYK 0.96 0.62 0 0.01
HSL 218.61º 0.98% 0.51% -
HSV(B) 218.61º 0.96% 0.99% -
XYZ 22.03 15.52 94.76 -
YUV 87.89 221.18 71.73 -
System Red Green Blue C M Y K H S L
Decimal 9 96 253 0.96 0.62 0 0.01 218.61 0.98 0.51
Hex 9 60 FD 60 3E 0 1 DB 62 33
Octal 11 140 375 140 76 0 1 333 142 63
Binary 1001 1100000 11111101 1100000 111110 0 1 11011011 1100010 110011

Color Harmonies of #0960FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0960FD

Black with #0960FD

Text Example


Text Example

White with #0960FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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