#1277CA

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

Shades of Navy Blue #1277CA

Tints of Navy Blue #1277CA

Color information

#1277CA (or 0x1277CA) is unknown color: approx Navy Blue. HEX triplet: 12, 77 and CA. RGB value is (18,119,202). Sum of RGB (Red+Green+Blue) = 18+119+202=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #1277CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1277CA is #ED8835. Grayscale: #616161. Windows color (decimal): -15566902 or 13268754. OLE color: 13268754.

HSL color Cylindrical-coordinate representation of color #1277CA: hue angle of 207.07º 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 #1277CA is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18119202-
CMYK0.910.4100.21
HSL207.07º83.64%43.14%-
HSV(B)207.07º91.09%79.22%-
XYZ17.5117.5958.35-
YUV98.26186.5470.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.31%
GREEN value IS 119 (46.88% from 255) = 35.10%
BLUE value IS 202 (79.30% from 255) = 59.59%
R=5.31%
G=35.10%
B=59.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181192020.910.4100.21207.0783.6443.14
Hex1277CA5B29015cf542b
Octal221673121335102531712453
Binary100101110111110010101011011101001010101110011111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1277CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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