#1271CA

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

Shades of Navy Blue #1271CA

Tints of Navy Blue #1271CA

Color information

#1271CA (or 0x1271CA) is unknown color: approx Navy Blue. HEX triplet: 12, 71 and CA. RGB value is (18,113,202). Sum of RGB (Red+Green+Blue) = 18+113+202=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #1271CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1271CA is #ED8E35. Grayscale: #5E5E5E. Windows color (decimal): -15568438 or 13267218. OLE color: 13267218.

HSL color Cylindrical-coordinate representation of color #1271CA: hue angle of 209.02º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1271CA is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18113202-
CMYK0.910.4400.21
HSL209.02º83.64%43.14%-
HSV(B)209.02º91.09%79.22%-
XYZ16.8216.258.12-
YUV94.74188.5373.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.41%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 202 (79.30% from 255) = 60.66%
R=5.41%
G=33.93%
B=60.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181132020.910.4400.21209.0283.6443.14
Hex1271CA5B2C015d1542b
Octal221613121335402532112453
Binary100101110001110010101011011101100010101110100011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1271CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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