#1055E1

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

Shades of Navy Blue #1055E1

Tints of Navy Blue #1055E1

Color information

#1055E1 (or 0x1055E1) is unknown color: approx Navy Blue. HEX triplet: 10, 55 and E1. RGB value is (16,85,225). Sum of RGB (Red+Green+Blue) = 16+85+225=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 225 (88.28% from 255 or 69.02% from 326); Max value from RGB is 225 - color contains mainly: blue. Hex color #1055E1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1055E1 is #EFAA1E. Grayscale: #4F4F4F. Windows color (decimal): -15706655 or 14767376. OLE color: 14767376.

HSL color Cylindrical-coordinate representation of color #1055E1: hue angle of 220.19º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1055E1 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1685225-
CMYK0.930.6200.12
HSL220.19º86.72%47.25%-
HSV(B)220.19º92.89%88.24%-
XYZ17.0512.0472.66-
YUV80.33209.6482.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.91%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 225 (88.28% from 255) = 69.02%
R=4.91%
G=26.07%
B=69.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal16852250.930.6200.12220.1986.7247.25
Hex1055E15D3E0Cdc572f
Octal201253411357601433412757
Binary10000101010111100001101110111111001100110111001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1055E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1055E1; }

 p { color: rgb(16,85,225); }

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

<style>
 a { background-color: #1055E1; }

 a { background-color: rgb(16,85,225); }

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

<style>
 span { border-color: #1055E1; }

 span { border-color: rgb(16,85,225); }

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