#125FDE

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

Shades of Navy Blue #125FDE

Tints of Navy Blue #125FDE

Color information

#125FDE (or 0x125FDE) is unknown color: approx Navy Blue. HEX triplet: 12, 5F and DE. RGB value is (18,95,222). Sum of RGB (Red+Green+Blue) = 18+95+222=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #125FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125FDE is #EDA021. Grayscale: #555555. Windows color (decimal): -15573026 or 14573330. OLE color: 14573330.

HSL color Cylindrical-coordinate representation of color #125FDE: hue angle of 217.35º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #125FDE is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1895222-
CMYK0.920.5700.13
HSL217.35º85%47.06%-
HSV(B)217.35º91.89%87.06%-
XYZ17.5313.5970.81-
YUV86.45204.4979.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.37%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 222 (87.11% from 255) = 66.27%
R=5.37%
G=28.36%
B=66.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18952220.920.5700.13217.358547.06
Hex125FDE5C390Dd9552f
Octal221373361347101533112557
Binary10010101111111011110101110011100101101110110011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,95,222); }

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

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

 a { background-color: rgb(18,95,222); }

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

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

 span { border-color: rgb(18,95,222); }

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