Html Css Color HEX #005EFE Navy Blue

📋 copy color: '#005EFE'

red 0 ◦ green 94 ◦ blue 254

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

Shades of Navy Blue #005EFE

Tints of Navy Blue #005EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 72.99%

R = 0%
G = 27.01%
B = 72.99%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#005EFE (or 0x005EFE) is known color: Navy Blue. HEX triplet: 00, 5E and FE. RGB value is (0,94,254). Sum of RGB (Red+Green+Blue) = 0+94+254=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 254 (99.61% from 255 or 72.99% from 348); Max value from RGB is 254 - color contains mainly: blue. Hex color #005EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005EFE is #FFA101. Grayscale: #535353. Windows color (decimal): -16752898 or 16670208. OLE color: 16670208.

HSL color Cylindrical-coordinate representation of color #005EFE: hue angle of 217.8º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005EFE is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 94 254 -
CMYK 1 0.63 0 0.00
HSL 217.8º 1% 0.5% -
HSV(B) 217.8º 1% 1% -
XYZ 21.89 15.16 95.54 -
YUV 84.13 223.86 67.99 -
System Red Green Blue C M Y K H S L
Decimal 0 94 254 1 0.63 0 0.00 217.8 1 0.5
Hex 0 5E FE 64 3F 0 0 DA 64 32
Octal 0 136 376 144 77 0 0 332 144 62
Binary 0 1011110 11111110 1100100 111111 0 0 11011010 1100100 110010

Color Harmonies of #005EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005EFE

Black with #005EFE

Text Example


Text Example

White with #005EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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