Html Css Color HEX #1570CF Navy Blue

📋 copy color: '#1570CF'

red 21 ◦ green 112 ◦ blue 207

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

Shades of Navy Blue #1570CF

Tints of Navy Blue #1570CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.88%

R = 6.18%
G = 32.94%
B = 60.88%

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

#1570CF (or 0x1570CF) is known color: Navy Blue. HEX triplet: 15, 70 and CF. RGB value is (21,112,207). Sum of RGB (Red+Green+Blue) = 21+112+207=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #1570CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1570CF is #EA8F30. Grayscale: #5F5F5F. Windows color (decimal): -15372081 or 13594645. OLE color: 13594645.

HSL color Cylindrical-coordinate representation of color #1570CF: hue angle of 210.65º degrees, saturation: 0.82, 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 #1570CF is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 112 207 -
CMYK 0.90 0.46 0 0.19
HSL 210.65º 0.82% 0.45% -
HSV(B) 210.65º 0.9% 0.81% -
XYZ 17.37 16.25 61.25 -
YUV 95.62 190.85 74.78 -
System Red Green Blue C M Y K H S L
Decimal 21 112 207 0.90 0.46 0 0.19 210.65 0.82 0.45
Hex 15 70 CF 5A 2E 0 13 D3 52 2D
Octal 25 160 317 132 56 0 23 323 122 55
Binary 10101 1110000 11001111 1011010 101110 0 10011 11010011 1010010 101101

Color Harmonies of #1570CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1570CF

Black with #1570CF

Text Example


Text Example

White with #1570CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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