#1276D5

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

Shades of Navy Blue #1276D5

Tints of Navy Blue #1276D5

Color information

#1276D5 (or 0x1276D5) is unknown color: approx Navy Blue. HEX triplet: 12, 76 and D5. RGB value is (18,118,213). Sum of RGB (Red+Green+Blue) = 18+118+213=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 213 (83.59% from 255 or 61.03% from 349); Max value from RGB is 213 - color contains mainly: blue. Hex color #1276D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1276D5 is #ED892A. Grayscale: #626262. Windows color (decimal): -15567147 or 13989394. OLE color: 13989394.

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

Color convert

RGB18118213-
CMYK0.920.4500.16
HSL209.23º84.42%45.29%-
HSV(B)209.23º91.55%83.53%-
XYZ18.7417.8965.42-
YUV98.93192.3770.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.16%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 213 (83.59% from 255) = 61.03%
R=5.16%
G=33.81%
B=61.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181182130.920.4500.16209.2384.4245.29
Hex1276D55C2D010d1542d
Octal221663251345502032112455
Binary100101110110110101011011100101101010000110100011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1276D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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