Html Css Color HEX #0571EF Navy Blue

📋 copy color: '#0571EF'

red 5 ◦ green 113 ◦ blue 239

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

Shades of Navy Blue #0571EF

Tints of Navy Blue #0571EF

RGB

 RED value IS 5 (2.34% from 255) = 1.4%

 GREEN value IS 113 (44.53% from 255) = 31.65%

 BLUE value IS 239 (93.75% from 255) = 66.95%

R = 1.4%
G = 31.65%
B = 66.95%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0571EF (or 0x0571EF) is known color: Navy Blue. HEX triplet: 05, 71 and EF. RGB value is (5,113,239). Sum of RGB (Red+Green+Blue) = 5+113+239=357 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #0571EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0571EF is #FA8E10. Grayscale: #5E5E5E. Windows color (decimal): -16420369 or 15692037. OLE color: 15692037.

HSL color Cylindrical-coordinate representation of color #0571EF: hue angle of 212.31º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0571EF is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 113 239 -
CMYK 0.98 0.53 0 0.06
HSL 212.31º 0.96% 0.48% -
HSV(B) 212.31º 0.98% 0.94% -
XYZ 21.55 18.07 84.01 -
YUV 95.07 209.22 63.75 -
System Red Green Blue C M Y K H S L
Decimal 5 113 239 0.98 0.53 0 0.06 212.31 0.96 0.48
Hex 5 71 EF 62 35 0 6 D4 60 30
Octal 5 161 357 142 65 0 6 324 140 60
Binary 101 1110001 11101111 1100010 110101 0 110 11010100 1100000 110000

Color Harmonies of #0571EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0571EF

Black with #0571EF

Text Example


Text Example

White with #0571EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0571EF; }

 p { color: rgb(5,113,239); }

 H1.HeaderClassName
 {
   color: #0571EF;
 }
 .AnyTagClassName
 {
   color: #0571EF;
 }
</style>

background-color css

<style>
 a { background-color: #0571EF; }

 a { background-color: rgb(5,113,239); }

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

border-color css

<style>
 span { border-color: #0571EF; }

 span { border-color: rgb(5,113,239); }

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