#125FCC

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

Shades of Denim #125FCC

Tints of Denim #125FCC

Color information

#125FCC (or 0x125FCC) is unknown color: approx Denim. HEX triplet: 12, 5F and CC. RGB value is (18,95,204). Sum of RGB (Red+Green+Blue) = 18+95+204=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #125FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125FCC is #EDA033. Grayscale: #535353. Windows color (decimal): -15573044 or 13393682. OLE color: 13393682.

HSL color Cylindrical-coordinate representation of color #125FCC: hue angle of 215.16º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125FCC is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1895204-
CMYK0.910.5300.2
HSL215.16º83.78%43.53%-
HSV(B)215.16º91.18%80%-
XYZ15.2412.6758.77-
YUV84.4195.4980.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.68%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 204 (80.08% from 255) = 64.35%
R=5.68%
G=29.97%
B=64.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18952040.910.5300.2215.1683.7843.53
Hex125FCC5B35014d7542c
Octal221373141336502432712454
Binary100101011111110011001011011110101010100110101111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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