Html Css Color HEX #1572CE Navy Blue

📋 copy color: '#1572CE'

red 21 ◦ green 114 ◦ blue 206

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

Shades of Navy Blue #1572CE

Tints of Navy Blue #1572CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.43%

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

R = 6.16%
G = 33.43%
B = 60.41%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1572CE (or 0x1572CE) is known color: Navy Blue. HEX triplet: 15, 72 and CE. RGB value is (21,114,206). Sum of RGB (Red+Green+Blue) = 21+114+206=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #1572CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1572CE is #EA8D31. Grayscale: #606060. Windows color (decimal): -15371570 or 13529621. OLE color: 13529621.

HSL color Cylindrical-coordinate representation of color #1572CE: hue angle of 209.84º 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 #1572CE is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 114 206 -
CMYK 0.90 0.45 0 0.19
HSL 209.84º 0.81% 0.45% -
HSV(B) 209.84º 0.9% 0.81% -
XYZ 17.47 16.65 60.69 -
YUV 96.68 189.69 74.02 -
System Red Green Blue C M Y K H S L
Decimal 21 114 206 0.90 0.45 0 0.19 209.84 0.81 0.45
Hex 15 72 CE 5A 2D 0 13 D2 51 2D
Octal 25 162 316 132 55 0 23 322 121 55
Binary 10101 1110010 11001110 1011010 101101 0 10011 11010010 1010001 101101

Color Harmonies of #1572CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1572CE

Black with #1572CE

Text Example


Text Example

White with #1572CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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