#1052E8

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

Shades of Navy Blue #1052E8

Tints of Navy Blue #1052E8

Color information

#1052E8 (or 0x1052E8) is unknown color: approx Navy Blue. HEX triplet: 10, 52 and E8. RGB value is (16,82,232). Sum of RGB (Red+Green+Blue) = 16+82+232=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 232 (91.02% from 255 or 70.30% from 330); Max value from RGB is 232 - color contains mainly: blue. Hex color #1052E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1052E8 is #EFAD17. Grayscale: #4E4E4E. Windows color (decimal): -15707416 or 15225360. OLE color: 15225360.

HSL color Cylindrical-coordinate representation of color #1052E8: hue angle of 221.67º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1052E8 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1682232-
CMYK0.930.6500.09
HSL221.67º87.1%48.63%-
HSV(B)221.67º93.1%90.98%-
XYZ17.811.9777.72-
YUV79.37214.1382.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.85%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 232 (91.02% from 255) = 70.30%
R=4.85%
G=24.85%
B=70.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal16822320.930.6500.09221.6787.148.63
Hex1052E85D4109de5731
Octal2012235013510101133612761
Binary100001010010111010001011101100000101001110111101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1052E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1052E8; }

 p { color: rgb(16,82,232); }

 H1.HeaderClassName
 {
   color: #1052E8;
 }
 .AnyTagClassName
 {
   color: #1052E8;
 }
</style>
background-color css

<style>
 a { background-color: #1052E8; }

 a { background-color: rgb(16,82,232); }

 div.DivClassName
 {
   background-color: #1052E8;
 }
 .BgClassName
 {
   background-color: #1052E8;
 }
</style>
border-color css

<style>
 span { border-color: #1052E8; }

 span { border-color: rgb(16,82,232); }

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