#1475E4

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

Shades of Navy Blue #1475E4

Tints of Navy Blue #1475E4

Color information

#1475E4 (or 0x1475E4) is unknown color: approx Navy Blue. HEX triplet: 14, 75 and E4. RGB value is (20,117,228). Sum of RGB (Red+Green+Blue) = 20+117+228=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 228 (89.45% from 255 or 62.47% from 365); Max value from RGB is 228 - color contains mainly: blue. Hex color #1475E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1475E4 is #EB8A1B. Grayscale: #646464. Windows color (decimal): -15436316 or 14972180. OLE color: 14972180.

HSL color Cylindrical-coordinate representation of color #1475E4: hue angle of 212.02º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1475E4 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20117228-
CMYK0.910.4900.11
HSL212.02º83.87%48.63%-
HSV(B)212.02º91.23%89.41%-
XYZ20.6518.4775.88-
YUV100.65199.8670.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.48%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 228 (89.45% from 255) = 62.47%
R=5.48%
G=32.05%
B=62.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal201172280.910.4900.11212.0283.8748.63
Hex1475E45B310Bd45431
Octal241653441336101332412461
Binary10100111010111100100101101111000101011110101001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1475E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,117,228); }

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

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

 a { background-color: rgb(20,117,228); }

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

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

 span { border-color: rgb(20,117,228); }

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