#1273E4

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

Shades of Navy Blue #1273E4

Tints of Navy Blue #1273E4

Color information

#1273E4 (or 0x1273E4) is unknown color: approx Navy Blue. HEX triplet: 12, 73 and E4. RGB value is (18,115,228). Sum of RGB (Red+Green+Blue) = 18+115+228=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 228 (89.45% from 255 or 63.16% from 361); Max value from RGB is 228 - color contains mainly: blue. Hex color #1273E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1273E4 is #ED8C1B. Grayscale: #626262. Windows color (decimal): -15567900 or 14971666. OLE color: 14971666.

HSL color Cylindrical-coordinate representation of color #1273E4: hue angle of 212.29º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1273E4 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18115228-
CMYK0.920.5000.11
HSL212.29º85.37%48.24%-
HSV(B)212.29º92.11%89.41%-
XYZ20.3817.9975.8-
YUV98.88200.8670.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.99%
GREEN value IS 115 (45.31% from 255) = 31.86%
BLUE value IS 228 (89.45% from 255) = 63.16%
R=4.99%
G=31.86%
B=63.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal181152280.920.5000.11212.2985.3748.24
Hex1273E45C320Bd45530
Octal221633441346201332412560
Binary10010111001111100100101110011001001011110101001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1273E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1273E4; }

 p { color: rgb(18,115,228); }

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

<style>
 a { background-color: #1273E4; }

 a { background-color: rgb(18,115,228); }

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

<style>
 span { border-color: #1273E4; }

 span { border-color: rgb(18,115,228); }

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