#125CDB

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

Shades of Navy Blue #125CDB

Tints of Navy Blue #125CDB

Color information

#125CDB (or 0x125CDB) is unknown color: approx Navy Blue. HEX triplet: 12, 5C and DB. RGB value is (18,92,219). Sum of RGB (Red+Green+Blue) = 18+92+219=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #125CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125CDB is #EDA324. Grayscale: #535353. Windows color (decimal): -15573797 or 14375954. OLE color: 14375954.

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

Color convert

RGB1892219-
CMYK0.920.5800.14
HSL217.91º84.81%46.47%-
HSV(B)217.91º91.78%85.88%-
XYZ16.8612.968.62-
YUV84.35203.9880.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.47%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 219 (85.94% from 255) = 66.57%
R=5.47%
G=27.96%
B=66.57%

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
Decimal18922190.920.5800.14217.9184.8146.47
Hex125CDB5C3A0Eda552e
Octal221343331347201633212556
Binary10010101110011011011101110011101001110110110101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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