#125ED5

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

Shades of Navy Blue #125ED5

Tints of Navy Blue #125ED5

Color information

#125ED5 (or 0x125ED5) is unknown color: approx Navy Blue. HEX triplet: 12, 5E and D5. RGB value is (18,94,213). Sum of RGB (Red+Green+Blue) = 18+94+213=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 213 (83.59% from 255 or 65.54% from 325); Max value from RGB is 213 - color contains mainly: blue. Hex color #125ED5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125ED5 is #EDA12A. Grayscale: #545454. Windows color (decimal): -15573291 or 13983250. OLE color: 13983250.

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

Color convert

RGB1894213-
CMYK0.920.5600.16
HSL216.62º84.42%45.29%-
HSV(B)216.62º91.55%83.53%-
XYZ16.2612.9464.59-
YUV84.84200.3280.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.54%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 213 (83.59% from 255) = 65.54%
R=5.54%
G=28.92%
B=65.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal18942130.920.5600.16216.6284.4245.29
Hex125ED55C38010d9542d
Octal221363251347002033112455
Binary100101011110110101011011100111000010000110110011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125ED5; }

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

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

<style>
 a { background-color: #125ED5; }

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

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

<style>
 span { border-color: #125ED5; }

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

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