#1a62de

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

Shades of Navy Blue #1A62DE

Tints of Navy Blue #1A62DE

Color information

#1A62DE (or 0x1A62DE) is unknown color: approx Navy Blue. HEX triplet: 1A, 62 and DE. RGB value is (26,98,222). Sum of RGB (Red+Green+Blue) = 26+98+222=346 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.51% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #1A62DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A62DE is #E59D21. Grayscale: #5A5A5A. Windows color (decimal): -15047970 or 14574106. OLE color: 14574106.

HSL color Cylindrical-coordinate representation of color #1A62DE: hue angle of 217.96º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A62DE is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2698222-
CMYK0.880.5600.13
HSL217.96º79.03%48.63%-
HSV(B)217.96º88.29%87.06%-
XYZ17.9814.2370.91-
YUV90.61202.1581.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.51%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 222 (87.11% from 255) = 64.16%
R=7.51%
G=28.32%
B=64.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal26982220.880.5600.13217.9679.0348.63
Hex1A62DE58380Dda4f31
Octal321423361307001533211761
Binary11010110001011011110101100011100001101110110101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a62de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1a62de; }

 p { color: rgb(26,98,222); }

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

<style>
 a { background-color: #1a62de; }

 a { background-color: rgb(26,98,222); }

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

<style>
 span { border-color: #1a62de; }

 span { border-color: rgb(26,98,222); }

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