Html Css Color HEX #005EFB Navy Blue

📋 copy color: '#005EFB'

red 0 ◦ green 94 ◦ blue 251

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

Shades of Navy Blue #005EFB

Tints of Navy Blue #005EFB

RGB

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

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

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

R = 0%
G = 27.25%
B = 72.75%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#005EFB (or 0x005EFB) is known color: Navy Blue. HEX triplet: 00, 5E and FB. RGB value is (0,94,251). Sum of RGB (Red+Green+Blue) = 0+94+251=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #005EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005EFB is #FFA104. Grayscale: #535353. Windows color (decimal): -16752901 or 16473600. OLE color: 16473600.

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

Color convert

RGB 0 94 251 -
CMYK 1 0.63 0 0.02
HSL 217.53º 1% 0.49% -
HSV(B) 217.53º 1% 0.98% -
XYZ 21.42 14.97 93.03 -
YUV 83.79 222.36 68.23 -
System Red Green Blue C M Y K H S L
Decimal 0 94 251 1 0.63 0 0.02 217.53 1 0.49
Hex 0 5E FB 64 3F 0 2 DA 64 31
Octal 0 136 373 144 77 0 2 332 144 61
Binary 0 1011110 11111011 1100100 111111 0 10 11011010 1100100 110001

Color Harmonies of #005EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005EFB

Black with #005EFB

Text Example


Text Example

White with #005EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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