#1572ce

Color #1572CE Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1572CE

Tints of Navy Blue #1572CE

Color information

#1572CE (or 0x1572CE) is unknown color: approx 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

RGB21114206-
CMYK0.900.4500.19
HSL209.84º81.5%44.51%-
HSV(B)209.84º89.81%80.78%-
XYZ17.4716.6560.69-
YUV96.68189.6974.02-

RGB Variations

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

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 (Cyan) values IS 0.90
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal211142060.900.4500.19209.8481.544.51
Hex1572CE5A2D013d2512d
Octal251623161325502332212155
Binary101011110010110011101011010101101010011110100101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1572ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>