Html Css Color HEX #125ECD Denim

📋 copy color: '#125ECD'

red 18 ◦ green 94 ◦ blue 205

#125ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #125ECD

Tints of Denim #125ECD

RGB

 RED value IS 18 (7.42% from 255) = 5.68%

 GREEN value IS 94 (37.11% from 255) = 29.65%

 BLUE value IS 205 (80.47% from 255) = 64.67%

R = 5.68%
G = 29.65%
B = 64.67%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#125ECD (or 0x125ECD) is known color: Denim. HEX triplet: 12, 5E and CD. RGB value is (18,94,205). Sum of RGB (Red+Green+Blue) = 18+94+205=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #125ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125ECD is #EDA132. Grayscale: #535353. Windows color (decimal): -15573299 or 13458962. OLE color: 13458962.

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

Color convert

RGB 18 94 205 -
CMYK 0.91 0.54 0 0.20
HSL 215.62º 0.84% 0.44% -
HSV(B) 215.62º 0.91% 0.8% -
XYZ 15.27 12.54 59.37 -
YUV 83.93 196.32 80.97 -
System Red Green Blue C M Y K H S L
Decimal 18 94 205 0.91 0.54 0 0.20 215.62 0.84 0.44
Hex 12 5E CD 5B 36 0 14 D8 54 2C
Octal 22 136 315 133 66 0 24 330 124 54
Binary 10010 1011110 11001101 1011011 110110 0 10100 11011000 1010100 101100

Color Harmonies of #125ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125ECD

Black with #125ECD

Text Example


Text Example

White with #125ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,94,205); }

 H1.HeaderClassName
 {
   color: #125ECD;
 }
 .AnyTagClassName
 {
   color: #125ECD;
 }
</style>

background-color css

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

 a { background-color: rgb(18,94,205); }

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

border-color css

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

 span { border-color: rgb(18,94,205); }

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