#1271DC

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

Shades of Navy Blue #1271DC

Tints of Navy Blue #1271DC

Color information

#1271DC (or 0x1271DC) is unknown color: approx Navy Blue. HEX triplet: 12, 71 and DC. RGB value is (18,113,220). Sum of RGB (Red+Green+Blue) = 18+113+220=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #1271DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1271DC is #ED8E23. Grayscale: #606060. Windows color (decimal): -15568420 or 14446866. OLE color: 14446866.

HSL color Cylindrical-coordinate representation of color #1271DC: hue angle of 211.78º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1271DC is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18113220-
CMYK0.920.4900.14
HSL211.78º84.87%46.67%-
HSV(B)211.78º91.82%86.27%-
XYZ19.0717.1170.01-
YUV96.79197.5371.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.13%
GREEN value IS 113 (44.53% from 255) = 32.19%
BLUE value IS 220 (86.33% from 255) = 62.68%
R=5.13%
G=32.19%
B=62.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal181132200.920.4900.14211.7884.8746.67
Hex1271DC5C310Ed4552f
Octal221613341346101632412557
Binary10010111000111011100101110011000101110110101001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1271DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1271DC; }

 p { color: rgb(18,113,220); }

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

<style>
 a { background-color: #1271DC; }

 a { background-color: rgb(18,113,220); }

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

<style>
 span { border-color: #1271DC; }

 span { border-color: rgb(18,113,220); }

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