#125CA0

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

Shades of Denim #125CA0

Tints of Denim #125CA0

Color information

#125CA0 (or 0x125CA0) is unknown color: approx Denim. HEX triplet: 12, 5C and A0. RGB value is (18,92,160). Sum of RGB (Red+Green+Blue) = 18+92+160=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 160 (62.89% from 255 or 59.26% from 270); Max value from RGB is 160 - color contains mainly: blue. Hex color #125CA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125CA0 is #EDA35F. Grayscale: #4D4D4D. Windows color (decimal): -15573856 or 10509330. OLE color: 10509330.

HSL color Cylindrical-coordinate representation of color #125CA0: hue angle of 208.73º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #125CA0 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1892160-
CMYK0.890.4300.37
HSL208.73º79.78%34.9%-
HSV(B)208.73º88.75%62.75%-
XYZ10.4210.3234.7-
YUV77.63174.4885.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.67%
GREEN value IS 92 (36.33% from 255) = 34.07%
BLUE value IS 160 (62.89% from 255) = 59.26%
R=6.67%
G=34.07%
B=59.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18921600.890.4300.37208.7379.7834.9
Hex125CA0592B025d15023
Octal221342401315304532112043
Binary1001010111001010000010110011010110100101110100011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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