Html Css Color HEX #0570EB Navy Blue

📋 copy color: '#0570EB'

red 5 ◦ green 112 ◦ blue 235

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

Shades of Navy Blue #0570EB

Tints of Navy Blue #0570EB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.82%

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

R = 1.42%
G = 31.82%
B = 66.76%

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

#0570EB (or 0x0570EB) is known color: Navy Blue. HEX triplet: 05, 70 and EB. RGB value is (5,112,235). Sum of RGB (Red+Green+Blue) = 5+112+235=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #0570EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0570EB is #FA8F14. Grayscale: #5D5D5D. Windows color (decimal): -16420629 or 15429637. OLE color: 15429637.

HSL color Cylindrical-coordinate representation of color #0570EB: hue angle of 212.09º 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 #0570EB is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 112 235 -
CMYK 0.98 0.52 0 0.08
HSL 212.09º 0.96% 0.47% -
HSV(B) 212.09º 0.98% 0.92% -
XYZ 20.85 17.62 80.9 -
YUV 94.03 207.55 64.5 -
System Red Green Blue C M Y K H S L
Decimal 5 112 235 0.98 0.52 0 0.08 212.09 0.96 0.47
Hex 5 70 EB 62 34 0 8 D4 60 2F
Octal 5 160 353 142 64 0 10 324 140 57
Binary 101 1110000 11101011 1100010 110100 0 1000 11010100 1100000 101111

Color Harmonies of #0570EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0570EB

Black with #0570EB

Text Example


Text Example

White with #0570EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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