#125BCF

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

Shades of Denim #125BCF

Tints of Denim #125BCF

Color information

#125BCF (or 0x125BCF) is unknown color: approx Denim. HEX triplet: 12, 5B and CF. RGB value is (18,91,207). Sum of RGB (Red+Green+Blue) = 18+91+207=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #125BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125BCF is #EDA430. Grayscale: #515151. Windows color (decimal): -15574065 or 13589266. OLE color: 13589266.

HSL color Cylindrical-coordinate representation of color #125BCF: hue angle of 216.83º 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 #125BCF is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1891207-
CMYK0.910.5600.19
HSL216.83º84%44.12%-
HSV(B)216.83º91.3%81.18%-
XYZ15.2512.1260.57-
YUV82.4198.3282.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.70%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 207 (81.25% from 255) = 65.51%
R=5.70%
G=28.80%
B=65.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal18912070.910.5600.19216.838444.12
Hex125BCF5B38013d9542c
Octal221333171337002333112454
Binary100101011011110011111011011111000010011110110011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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