#1A75DC

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

Shades of Navy Blue #1A75DC

Tints of Navy Blue #1A75DC

Color information

#1A75DC (or 0x1A75DC) is unknown color: approx Navy Blue. HEX triplet: 1A, 75 and DC. RGB value is (26,117,220). Sum of RGB (Red+Green+Blue) = 26+117+220=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #1A75DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A75DC is #E58A23. Grayscale: #656565. Windows color (decimal): -15043108 or 14447898. OLE color: 14447898.

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

Color convert

RGB26117220-
CMYK0.880.4700.14
HSL211.86º78.86%48.24%-
HSV(B)211.86º88.18%86.27%-
XYZ19.7118.1170.17-
YUV101.53194.8574.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.16%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 220 (86.33% from 255) = 60.61%
R=7.16%
G=32.23%
B=60.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal261172200.880.4700.14211.8678.8648.24
Hex1A75DC582F0Ed44f30
Octal321653341305701632411760
Binary11010111010111011100101100010111101110110101001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A75DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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