#1A75DD

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

Shades of Navy Blue #1A75DD

Tints of Navy Blue #1A75DD

Color information

#1A75DD (or 0x1A75DD) is unknown color: approx Navy Blue. HEX triplet: 1A, 75 and DD. RGB value is (26,117,221). Sum of RGB (Red+Green+Blue) = 26+117+221=364 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.14% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A75DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A75DD is #E58A22. Grayscale: #656565. Windows color (decimal): -15043107 or 14513434. OLE color: 14513434.

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

Color convert

RGB26117221-
CMYK0.880.4700.13
HSL212º78.95%48.43%-
HSV(B)212º88.24%86.67%-
XYZ19.8418.1670.87-
YUV101.65195.3574.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.14%
GREEN value IS 117 (46.09% from 255) = 32.14%
BLUE value IS 221 (86.72% from 255) = 60.71%
R=7.14%
G=32.14%
B=60.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal261172210.880.4700.1321278.9548.43
Hex1A75DD582F0Dd44f30
Octal321653351305701532411760
Binary11010111010111011101101100010111101101110101001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A75DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,117,221); }

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

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

 a { background-color: rgb(26,117,221); }

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

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

 span { border-color: rgb(26,117,221); }

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