#125FD5

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

Shades of Navy Blue #125FD5

Tints of Navy Blue #125FD5

Color information

#125FD5 (or 0x125FD5) is unknown color: approx Navy Blue. HEX triplet: 12, 5F and D5. RGB value is (18,95,213). Sum of RGB (Red+Green+Blue) = 18+95+213=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 213 (83.59% from 255 or 65.34% from 326); Max value from RGB is 213 - color contains mainly: blue. Hex color #125FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125FD5 is #EDA02A. Grayscale: #545454. Windows color (decimal): -15573035 or 13983506. OLE color: 13983506.

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

Color convert

RGB1895213-
CMYK0.920.5500.16
HSL216.31º84.42%45.29%-
HSV(B)216.31º91.55%83.53%-
XYZ16.3513.1264.62-
YUV85.43199.9979.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.52%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 213 (83.59% from 255) = 65.34%
R=5.52%
G=29.14%
B=65.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal18952130.920.5500.16216.3184.4245.29
Hex125FD55C37010d8542d
Octal221373251346702033012455
Binary100101011111110101011011100110111010000110110001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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