#1271DA

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

Shades of Navy Blue #1271DA

Tints of Navy Blue #1271DA

Color information

#1271DA (or 0x1271DA) is unknown color: approx Navy Blue. HEX triplet: 12, 71 and DA. RGB value is (18,113,218). Sum of RGB (Red+Green+Blue) = 18+113+218=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #1271DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1271DA is #ED8E25. Grayscale: #606060. Windows color (decimal): -15568422 or 14315794. OLE color: 14315794.

HSL color Cylindrical-coordinate representation of color #1271DA: hue angle of 211.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1271DA is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18113218-
CMYK0.920.4800.15
HSL211.5º84.75%46.27%-
HSV(B)211.5º91.74%85.49%-
XYZ18.811768.62-
YUV96.57196.5371.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.16%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 218 (85.55% from 255) = 62.46%
R=5.16%
G=32.38%
B=62.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181132180.920.4800.15211.584.7546.27
Hex1271DA5C300Fd4552e
Octal221613321346001732412556
Binary10010111000111011010101110011000001111110101001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1271DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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