Html Css Color HEX #005FEC Navy Blue

📋 copy color: '#005FEC'

red 0 ◦ green 95 ◦ blue 236

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

Shades of Navy Blue #005FEC

Tints of Navy Blue #005FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.3%

R = 0%
G = 28.7%
B = 71.3%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#005FEC (or 0x005FEC) is known color: Navy Blue. HEX triplet: 00, 5F and EC. RGB value is (0,95,236). Sum of RGB (Red+Green+Blue) = 0+95+236=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #005FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005FEC is #FFA013. Grayscale: #525252. Windows color (decimal): -16752660 or 15490816. OLE color: 15490816.

HSL color Cylindrical-coordinate representation of color #005FEC: hue angle of 215.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FEC is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 95 236 -
CMYK 1 0.60 0 0.07
HSL 215.85º 1% 0.46% -
HSV(B) 215.85º 1% 0.93% -
XYZ 19.23 14.24 81.09 -
YUV 82.67 214.53 69.04 -
System Red Green Blue C M Y K H S L
Decimal 0 95 236 1 0.60 0 0.07 215.85 1 0.46
Hex 0 5F EC 64 3C 0 7 D8 64 2E
Octal 0 137 354 144 74 0 7 330 144 56
Binary 0 1011111 11101100 1100100 111100 0 111 11011000 1100100 101110

Color Harmonies of #005FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FEC

Black with #005FEC

Text Example


Text Example

White with #005FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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