#1277D5

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

Shades of Navy Blue #1277D5

Tints of Navy Blue #1277D5

Color information

#1277D5 (or 0x1277D5) is unknown color: approx Navy Blue. HEX triplet: 12, 77 and D5. RGB value is (18,119,213). Sum of RGB (Red+Green+Blue) = 18+119+213=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 213 (83.59% from 255 or 60.86% from 350); Max value from RGB is 213 - color contains mainly: blue. Hex color #1277D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1277D5 is #ED882A. Grayscale: #636363. Windows color (decimal): -15566891 or 13989650. OLE color: 13989650.

HSL color Cylindrical-coordinate representation of color #1277D5: hue angle of 208.92º 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 #1277D5 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18119213-
CMYK0.920.4400.16
HSL208.92º84.42%45.29%-
HSV(B)208.92º91.55%83.53%-
XYZ18.8618.1365.46-
YUV99.52192.0469.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.14%
GREEN value IS 119 (46.88% from 255) = 34%
BLUE value IS 213 (83.59% from 255) = 60.86%
R=5.14%
G=34%
B=60.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181192130.920.4400.16208.9284.4245.29
Hex1277D55C2C010d1542d
Octal221673251345402032112455
Binary100101110111110101011011100101100010000110100011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1277D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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