Html Css Color HEX #0570CA Navy Blue

📋 copy color: '#0570CA'

red 5 ◦ green 112 ◦ blue 202

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

Shades of Navy Blue #0570CA

Tints of Navy Blue #0570CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.32%

R = 1.57%
G = 35.11%
B = 63.32%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0570CA (or 0x0570CA) is known color: Navy Blue. HEX triplet: 05, 70 and CA. RGB value is (5,112,202). Sum of RGB (Red+Green+Blue) = 5+112+202=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #0570CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0570CA is #FA8F35. Grayscale: #595959. Windows color (decimal): -16420662 or 13266949. OLE color: 13266949.

HSL color Cylindrical-coordinate representation of color #0570CA: hue angle of 207.41º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0570CA is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 112 202 -
CMYK 0.98 0.45 0 0.21
HSL 207.41º 0.95% 0.41% -
HSV(B) 207.41º 0.98% 0.79% -
XYZ 16.52 15.88 58.07 -
YUV 90.27 191.05 67.18 -
System Red Green Blue C M Y K H S L
Decimal 5 112 202 0.98 0.45 0 0.21 207.41 0.95 0.41
Hex 5 70 CA 62 2D 0 15 CF 5F 29
Octal 5 160 312 142 55 0 25 317 137 51
Binary 101 1110000 11001010 1100010 101101 0 10101 11001111 1011111 101001

Color Harmonies of #0570CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0570CA

Black with #0570CA

Text Example


Text Example

White with #0570CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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