Html Css Color HEX #125EC1 Denim

📋 copy color: '#125EC1'

red 18 ◦ green 94 ◦ blue 193

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

Shades of Denim #125EC1

Tints of Denim #125EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 63.28%

R = 5.9%
G = 30.82%
B = 63.28%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#125EC1 (or 0x125EC1) is known color: Denim. HEX triplet: 12, 5E and C1. RGB value is (18,94,193). Sum of RGB (Red+Green+Blue) = 18+94+193=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #125EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125EC1 is #EDA13E. Grayscale: #525252. Windows color (decimal): -15573311 or 12672530. OLE color: 12672530.

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

Color convert

RGB 18 94 193 -
CMYK 0.91 0.51 0 0.24
HSL 213.94º 0.83% 0.41% -
HSV(B) 213.94º 0.91% 0.76% -
XYZ 13.88 11.98 52.03 -
YUV 82.56 190.32 81.95 -
System Red Green Blue C M Y K H S L
Decimal 18 94 193 0.91 0.51 0 0.24 213.94 0.83 0.41
Hex 12 5E C1 5B 33 0 18 D6 53 29
Octal 22 136 301 133 63 0 30 326 123 51
Binary 10010 1011110 11000001 1011011 110011 0 11000 11010110 1010011 101001

Color Harmonies of #125EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125EC1

Black with #125EC1

Text Example


Text Example

White with #125EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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