Html Css Color HEX #005EF1 Navy Blue

📋 copy color: '#005EF1'

red 0 ◦ green 94 ◦ blue 241

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

Shades of Navy Blue #005EF1

Tints of Navy Blue #005EF1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.06%

 BLUE value IS 241 (94.53% from 255) = 71.94%

R = 0%
G = 28.06%
B = 71.94%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#005EF1 (or 0x005EF1) is known color: Navy Blue. HEX triplet: 00, 5E and F1. RGB value is (0,94,241). Sum of RGB (Red+Green+Blue) = 0+94+241=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 241 (94.53% from 255 or 71.94% from 335); Max value from RGB is 241 - color contains mainly: blue. Hex color #005EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005EF1 is #FFA10E. Grayscale: #515151. Windows color (decimal): -16752911 or 15818240. OLE color: 15818240.

HSL color Cylindrical-coordinate representation of color #005EF1: hue angle of 216.6º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005EF1 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 0 94 241 -
CMYK 1 0.61 0 0.05
HSL 216.6º 1% 0.47% -
HSV(B) 216.6º 1% 0.95% -
XYZ 19.88 14.36 84.94 -
YUV 82.65 217.36 69.05 -
System Red Green Blue C M Y K H S L
Decimal 0 94 241 1 0.61 0 0.05 216.6 1 0.47
Hex 0 5E F1 64 3D 0 5 D9 64 2F
Octal 0 136 361 144 75 0 5 331 144 57
Binary 0 1011110 11110001 1100100 111101 0 101 11011001 1100100 101111

Color Harmonies of #005EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005EF1

Black with #005EF1

Text Example


Text Example

White with #005EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,94,241); }

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

background-color css

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

 a { background-color: rgb(0,94,241); }

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

border-color css

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

 span { border-color: rgb(0,94,241); }

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