#127DC1

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

Shades of Denim #127DC1

Tints of Denim #127DC1

Color information

#127DC1 (or 0x127DC1) is unknown color: approx Denim. HEX triplet: 12, 7D and C1. RGB value is (18,125,193). Sum of RGB (Red+Green+Blue) = 18+125+193=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #127DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DC1 is #ED823E. Grayscale: #646464. Windows color (decimal): -15565375 or 12680466. OLE color: 12680466.

HSL color Cylindrical-coordinate representation of color #127DC1: hue angle of 203.31º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127DC1 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18125193-
CMYK0.910.3500.24
HSL203.31º82.94%41.37%-
HSV(B)203.31º90.67%75.69%-
XYZ17.2118.6553.14-
YUV100.76180.0568.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.36%
GREEN value IS 125 (49.22% from 255) = 37.20%
BLUE value IS 193 (75.78% from 255) = 57.44%
R=5.36%
G=37.20%
B=57.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181251930.910.3500.24203.3182.9441.37
Hex127DC15B23018cb5329
Octal221753011334303031312351
Binary100101111101110000011011011100011011000110010111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127DC1; }

 p { color: rgb(18,125,193); }

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

<style>
 a { background-color: #127DC1; }

 a { background-color: rgb(18,125,193); }

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

<style>
 span { border-color: #127DC1; }

 span { border-color: rgb(18,125,193); }

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