Html Css Color HEX #005FFC Navy Blue

📋 copy color: '#005FFC'

red 0 ◦ green 95 ◦ blue 252

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

Shades of Navy Blue #005FFC

Tints of Navy Blue #005FFC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 95 (37.5% from 255) = 27.38%

 BLUE value IS 252 (98.83% from 255) = 72.62%

R = 0%
G = 27.38%
B = 72.62%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#005FFC (or 0x005FFC) is known color: Navy Blue. HEX triplet: 00, 5F and FC. RGB value is (0,95,252). Sum of RGB (Red+Green+Blue) = 0+95+252=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 252 (98.83% from 255 or 72.62% from 347); Max value from RGB is 252 - color contains mainly: blue. Hex color #005FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005FFC is #FFA003. Grayscale: #535353. Windows color (decimal): -16752644 or 16539392. OLE color: 16539392.

HSL color Cylindrical-coordinate representation of color #005FFC: hue angle of 217.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FFC is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 95 252 -
CMYK 1 0.62 0 0.01
HSL 217.38º 1% 0.49% -
HSV(B) 217.38º 1% 0.99% -
XYZ 21.66 15.21 93.89 -
YUV 84.49 222.53 67.73 -
System Red Green Blue C M Y K H S L
Decimal 0 95 252 1 0.62 0 0.01 217.38 1 0.49
Hex 0 5F FC 64 3E 0 1 D9 64 31
Octal 0 137 374 144 76 0 1 331 144 61
Binary 0 1011111 11111100 1100100 111110 0 1 11011001 1100100 110001

Color Harmonies of #005FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FFC

Black with #005FFC

Text Example


Text Example

White with #005FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005FFC; }

 p { color: rgb(0,95,252); }

 H1.HeaderClassName
 {
   color: #005FFC;
 }
 .AnyTagClassName
 {
   color: #005FFC;
 }
</style>

background-color css

<style>
 a { background-color: #005FFC; }

 a { background-color: rgb(0,95,252); }

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

border-color css

<style>
 span { border-color: #005FFC; }

 span { border-color: rgb(0,95,252); }

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