#1274E0

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

Shades of Navy Blue #1274E0

Tints of Navy Blue #1274E0

Color information

#1274E0 (or 0x1274E0) is unknown color: approx Navy Blue. HEX triplet: 12, 74 and E0. RGB value is (18,116,224). Sum of RGB (Red+Green+Blue) = 18+116+224=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 224 (87.89% from 255 or 62.57% from 358); Max value from RGB is 224 - color contains mainly: blue. Hex color #1274E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1274E0 is #ED8B1F. Grayscale: #626262. Windows color (decimal): -15567648 or 14709778. OLE color: 14709778.

HSL color Cylindrical-coordinate representation of color #1274E0: hue angle of 211.46º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1274E0 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18116224-
CMYK0.920.4800.12
HSL211.46º85.12%47.45%-
HSV(B)211.46º91.96%87.84%-
XYZ19.951872.94-
YUV99.01198.5370.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.03%
GREEN value IS 116 (45.70% from 255) = 32.40%
BLUE value IS 224 (87.89% from 255) = 62.57%
R=5.03%
G=32.40%
B=62.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181162240.920.4800.12211.4685.1247.45
Hex1274E05C300Cd3552f
Octal221643401346001432312557
Binary10010111010011100000101110011000001100110100111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1274E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1274E0; }

 p { color: rgb(18,116,224); }

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

<style>
 a { background-color: #1274E0; }

 a { background-color: rgb(18,116,224); }

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

<style>
 span { border-color: #1274E0; }

 span { border-color: rgb(18,116,224); }

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