Html Css Color HEX #1570EB Navy Blue

📋 copy color: '#1570EB'

red 21 ◦ green 112 ◦ blue 235

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

Shades of Navy Blue #1570EB

Tints of Navy Blue #1570EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.86%

R = 5.71%
G = 30.43%
B = 63.86%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1570EB (or 0x1570EB) is known color: Navy Blue. HEX triplet: 15, 70 and EB. RGB value is (21,112,235). Sum of RGB (Red+Green+Blue) = 21+112+235=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #1570EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1570EB is #EA8F14. Grayscale: #626262. Windows color (decimal): -15372053 or 15429653. OLE color: 15429653.

HSL color Cylindrical-coordinate representation of color #1570EB: hue angle of 214.49º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1570EB is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 112 235 -
CMYK 0.91 0.52 0 0.08
HSL 214.49º 0.84% 0.5% -
HSV(B) 214.49º 0.91% 0.92% -
XYZ 21.1 17.75 80.91 -
YUV 98.81 204.85 72.5 -
System Red Green Blue C M Y K H S L
Decimal 21 112 235 0.91 0.52 0 0.08 214.49 0.84 0.5
Hex 15 70 EB 5B 34 0 8 D6 54 32
Octal 25 160 353 133 64 0 10 326 124 62
Binary 10101 1110000 11101011 1011011 110100 0 1000 11010110 1010100 110010

Color Harmonies of #1570EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1570EB

Black with #1570EB

Text Example


Text Example

White with #1570EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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