#125BDB

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

Shades of Navy Blue #125BDB

Tints of Navy Blue #125BDB

Color information

#125BDB (or 0x125BDB) is unknown color: approx Navy Blue. HEX triplet: 12, 5B and DB. RGB value is (18,91,219). Sum of RGB (Red+Green+Blue) = 18+91+219=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #125BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125BDB is #EDA424. Grayscale: #535353. Windows color (decimal): -15574053 or 14375698. OLE color: 14375698.

HSL color Cylindrical-coordinate representation of color #125BDB: hue angle of 218.21º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #125BDB is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1891219-
CMYK0.920.5800.14
HSL218.21º84.81%46.47%-
HSV(B)218.21º91.78%85.88%-
XYZ16.7812.7368.59-
YUV83.76204.3281.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.49%
GREEN value IS 91 (35.94% from 255) = 27.74%
BLUE value IS 219 (85.94% from 255) = 66.77%
R=5.49%
G=27.74%
B=66.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal18912190.920.5800.14218.2184.8146.47
Hex125BDB5C3A0Eda552e
Octal221333331347201633212556
Binary10010101101111011011101110011101001110110110101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,91,219); }

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

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

 a { background-color: rgb(18,91,219); }

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

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

 span { border-color: rgb(18,91,219); }

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