Html Css Color HEX #0570EA Navy Blue

📋 copy color: '#0570EA'

red 5 ◦ green 112 ◦ blue 234

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

Shades of Navy Blue #0570EA

Tints of Navy Blue #0570EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.67%

R = 1.42%
G = 31.91%
B = 66.67%

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

#0570EA (or 0x0570EA) is known color: Navy Blue. HEX triplet: 05, 70 and EA. RGB value is (5,112,234). Sum of RGB (Red+Green+Blue) = 5+112+234=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 234 (91.80% from 255 or 66.67% from 351); Max value from RGB is 234 - color contains mainly: blue. Hex color #0570EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0570EA is #FA8F15. Grayscale: #5D5D5D. Windows color (decimal): -16420630 or 15364101. OLE color: 15364101.

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

Color convert

RGB 5 112 234 -
CMYK 0.98 0.52 0 0.08
HSL 211.97º 0.96% 0.47% -
HSV(B) 211.97º 0.98% 0.92% -
XYZ 20.71 17.56 80.14 -
YUV 93.92 207.05 64.58 -
System Red Green Blue C M Y K H S L
Decimal 5 112 234 0.98 0.52 0 0.08 211.97 0.96 0.47
Hex 5 70 EA 62 34 0 8 D4 60 2F
Octal 5 160 352 142 64 0 10 324 140 57
Binary 101 1110000 11101010 1100010 110100 0 1000 11010100 1100000 101111

Color Harmonies of #0570EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0570EA

Black with #0570EA

Text Example


Text Example

White with #0570EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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