Html Css Color HEX #0960FB Navy Blue

📋 copy color: '#0960FB'

red 9 ◦ green 96 ◦ blue 251

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

Shades of Navy Blue #0960FB

Tints of Navy Blue #0960FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 70.51%

R = 2.53%
G = 26.97%
B = 70.51%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0960FB (or 0x0960FB) is known color: Navy Blue. HEX triplet: 09, 60 and FB. RGB value is (9,96,251). Sum of RGB (Red+Green+Blue) = 9+96+251=356 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.53% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #0960FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0960FB is #F69F04. Grayscale: #565656. Windows color (decimal): -16162565 or 16474121. OLE color: 16474121.

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

Color convert

RGB 9 96 251 -
CMYK 0.96 0.62 0 0.02
HSL 218.43º 0.97% 0.51% -
HSV(B) 218.43º 0.96% 0.98% -
XYZ 21.71 15.39 93.09 -
YUV 87.66 220.18 71.9 -
System Red Green Blue C M Y K H S L
Decimal 9 96 251 0.96 0.62 0 0.02 218.43 0.97 0.51
Hex 9 60 FB 60 3E 0 2 DA 61 33
Octal 11 140 373 140 76 0 2 332 141 63
Binary 1001 1100000 11111011 1100000 111110 0 10 11011010 1100001 110011

Color Harmonies of #0960FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0960FB

Black with #0960FB

Text Example


Text Example

White with #0960FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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