#125DD6

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

Shades of Navy Blue #125DD6

Tints of Navy Blue #125DD6

Color information

#125DD6 (or 0x125DD6) is unknown color: approx Navy Blue. HEX triplet: 12, 5D and D6. RGB value is (18,93,214). Sum of RGB (Red+Green+Blue) = 18+93+214=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 214 (83.98% from 255 or 65.85% from 325); Max value from RGB is 214 - color contains mainly: blue. Hex color #125DD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125DD6 is #EDA229. Grayscale: #535353. Windows color (decimal): -15573546 or 14048530. OLE color: 14048530.

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

Color convert

RGB1893214-
CMYK0.920.5700.16
HSL217.04º84.48%45.49%-
HSV(B)217.04º91.59%83.92%-
XYZ16.312.8165.23-
YUV84.37201.1580.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.54%
GREEN value IS 93 (36.72% from 255) = 28.62%
BLUE value IS 214 (83.98% from 255) = 65.85%
R=5.54%
G=28.62%
B=65.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal18932140.920.5700.16217.0484.4845.49
Hex125DD65C39010d9542d
Octal221353261347102033112455
Binary100101011101110101101011100111001010000110110011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,93,214); }

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

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

 a { background-color: rgb(18,93,214); }

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

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

 span { border-color: rgb(18,93,214); }

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