Html Css Color HEX #0571EB Navy Blue

📋 copy color: '#0571EB'

red 5 ◦ green 113 ◦ blue 235

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

Shades of Navy Blue #0571EB

Tints of Navy Blue #0571EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.57%

R = 1.42%
G = 32.01%
B = 66.57%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0571EB (or 0x0571EB) is known color: Navy Blue. HEX triplet: 05, 71 and EB. RGB value is (5,113,235). Sum of RGB (Red+Green+Blue) = 5+113+235=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #0571EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0571EB is #FA8E14. Grayscale: #5E5E5E. Windows color (decimal): -16420373 or 15429893. OLE color: 15429893.

HSL color Cylindrical-coordinate representation of color #0571EB: hue angle of 211.83º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0571EB is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 113 235 -
CMYK 0.98 0.52 0 0.08
HSL 211.83º 0.96% 0.47% -
HSV(B) 211.83º 0.98% 0.92% -
XYZ 20.96 17.84 80.94 -
YUV 94.62 207.22 64.08 -
System Red Green Blue C M Y K H S L
Decimal 5 113 235 0.98 0.52 0 0.08 211.83 0.96 0.47
Hex 5 71 EB 62 34 0 8 D4 60 2F
Octal 5 161 353 142 64 0 10 324 140 57
Binary 101 1110001 11101011 1100010 110100 0 1000 11010100 1100000 101111

Color Harmonies of #0571EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0571EB

Black with #0571EB

Text Example


Text Example

White with #0571EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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