Html Css Color HEX #0570CE Navy Blue

📋 copy color: '#0570CE'

red 5 ◦ green 112 ◦ blue 206

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

Shades of Navy Blue #0570CE

Tints of Navy Blue #0570CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.78%

R = 1.55%
G = 34.67%
B = 63.78%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0570CE (or 0x0570CE) is known color: Navy Blue. HEX triplet: 05, 70 and CE. RGB value is (5,112,206). Sum of RGB (Red+Green+Blue) = 5+112+206=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #0570CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0570CE is #FA8F31. Grayscale: #5A5A5A. Windows color (decimal): -16420658 or 13529093. OLE color: 13529093.

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

Color convert

RGB 5 112 206 -
CMYK 0.98 0.46 0 0.19
HSL 208.06º 0.95% 0.41% -
HSV(B) 208.06º 0.98% 0.81% -
XYZ 17 16.08 60.6 -
YUV 90.72 193.05 66.86 -
System Red Green Blue C M Y K H S L
Decimal 5 112 206 0.98 0.46 0 0.19 208.06 0.95 0.41
Hex 5 70 CE 62 2E 0 13 D0 5F 29
Octal 5 160 316 142 56 0 23 320 137 51
Binary 101 1110000 11001110 1100010 101110 0 10011 11010000 1011111 101001

Color Harmonies of #0570CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0570CE

Black with #0570CE

Text Example


Text Example

White with #0570CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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