#1281D5

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

Shades of Navy Blue #1281D5

Tints of Navy Blue #1281D5

Color information

#1281D5 (or 0x1281D5) is unknown color: approx Navy Blue. HEX triplet: 12, 81 and D5. RGB value is (18,129,213). Sum of RGB (Red+Green+Blue) = 18+129+213=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 213 (83.59% from 255 or 59.17% from 360); Max value from RGB is 213 - color contains mainly: blue. Hex color #1281D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1281D5 is #ED7E2A. Grayscale: #686868. Windows color (decimal): -15564331 or 13992210. OLE color: 13992210.

HSL color Cylindrical-coordinate representation of color #1281D5: hue angle of 205.85º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1281D5 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18129213-
CMYK0.920.3900.16
HSL205.85º84.42%45.29%-
HSV(B)205.85º91.55%83.53%-
XYZ20.1120.6365.87-
YUV105.39188.7365.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 213 (83.59% from 255) = 59.17%
R=5%
G=35.83%
B=59.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181292130.920.3900.16205.8584.4245.29
Hex1281D55C27010ce542d
Octal222013251344702031612455
Binary1001010000001110101011011100100111010000110011101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1281D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1281D5; }

 p { color: rgb(18,129,213); }

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

<style>
 a { background-color: #1281D5; }

 a { background-color: rgb(18,129,213); }

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

<style>
 span { border-color: #1281D5; }

 span { border-color: rgb(18,129,213); }

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