Html Css Color HEX #1570CE Navy Blue

📋 copy color: '#1570CE'

red 21 ◦ green 112 ◦ blue 206

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

Shades of Navy Blue #1570CE

Tints of Navy Blue #1570CE

RGB

 RED value IS 21 (8.59% from 255) = 6.19%

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

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

R = 6.19%
G = 33.04%
B = 60.77%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1570CE (or 0x1570CE) is known color: Navy Blue. HEX triplet: 15, 70 and CE. RGB value is (21,112,206). Sum of RGB (Red+Green+Blue) = 21+112+206=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #1570CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1570CE is #EA8F31. Grayscale: #5F5F5F. Windows color (decimal): -15372082 or 13529109. OLE color: 13529109.

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

Color convert

RGB 21 112 206 -
CMYK 0.90 0.46 0 0.19
HSL 210.49º 0.81% 0.45% -
HSV(B) 210.49º 0.9% 0.81% -
XYZ 17.24 16.2 60.61 -
YUV 95.51 190.35 74.86 -
System Red Green Blue C M Y K H S L
Decimal 21 112 206 0.90 0.46 0 0.19 210.49 0.81 0.45
Hex 15 70 CE 5A 2E 0 13 D2 51 2D
Octal 25 160 316 132 56 0 23 322 121 55
Binary 10101 1110000 11001110 1011010 101110 0 10011 11010010 1010001 101101

Color Harmonies of #1570CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1570CE

Black with #1570CE

Text Example


Text Example

White with #1570CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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