#1254E4

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

Shades of Navy Blue #1254E4

Tints of Navy Blue #1254E4

Color information

#1254E4 (or 0x1254E4) is unknown color: approx Navy Blue. HEX triplet: 12, 54 and E4. RGB value is (18,84,228). Sum of RGB (Red+Green+Blue) = 18+84+228=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 228 (89.45% from 255 or 69.09% from 330); Max value from RGB is 228 - color contains mainly: blue. Hex color #1254E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1254E4 is #EDAB1B. Grayscale: #505050. Windows color (decimal): -15575836 or 14963730. OLE color: 14963730.

HSL color Cylindrical-coordinate representation of color #1254E4: hue angle of 221.14º 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 #1254E4 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1884228-
CMYK0.920.6300.11
HSL221.14º85.37%48.24%-
HSV(B)221.14º92.11%89.41%-
XYZ17.4212.0774.81-
YUV80.68211.1383.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.45%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 228 (89.45% from 255) = 69.09%
R=5.45%
G=25.45%
B=69.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal18842280.920.6300.11221.1485.3748.24
Hex1254E45C3F0Bdd5530
Octal221243441347701333512560
Binary10010101010011100100101110011111101011110111011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1254E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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