#125ACF

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

Shades of Denim #125ACF

Tints of Denim #125ACF

Color information

#125ACF (or 0x125ACF) is unknown color: approx Denim. HEX triplet: 12, 5A and CF. RGB value is (18,90,207). Sum of RGB (Red+Green+Blue) = 18+90+207=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #125ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125ACF is #EDA530. Grayscale: #515151. Windows color (decimal): -15574321 or 13589010. OLE color: 13589010.

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

Color convert

RGB1890207-
CMYK0.910.5700.19
HSL217.14º84%44.12%-
HSV(B)217.14º91.3%81.18%-
XYZ15.1711.9560.54-
YUV81.81198.6582.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.71%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 207 (81.25% from 255) = 65.71%
R=5.71%
G=28.57%
B=65.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal18902070.910.5700.19217.148444.12
Hex125ACF5B39013d9542c
Octal221323171337102333112454
Binary100101011010110011111011011111001010011110110011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,90,207); }

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

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

 a { background-color: rgb(18,90,207); }

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

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

 span { border-color: rgb(18,90,207); }

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