Html Css Color HEX #125CC0 Denim

📋 copy color: '#125CC0'

red 18 ◦ green 92 ◦ blue 192

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

Shades of Denim #125CC0

Tints of Denim #125CC0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.46%

 BLUE value IS 192 (75.39% from 255) = 63.58%

R = 5.96%
G = 30.46%
B = 63.58%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#125CC0 (or 0x125CC0) is known color: Denim. HEX triplet: 12, 5C and C0. RGB value is (18,92,192). Sum of RGB (Red+Green+Blue) = 18+92+192=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #125CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125CC0 is #EDA33F. Grayscale: #505050. Windows color (decimal): -15573824 or 12606482. OLE color: 12606482.

HSL color Cylindrical-coordinate representation of color #125CC0: hue angle of 214.48º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125CC0 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 92 192 -
CMYK 0.91 0.52 0 0.25
HSL 214.48º 0.83% 0.41% -
HSV(B) 214.48º 0.91% 0.75% -
XYZ 13.59 11.59 51.39 -
YUV 81.27 190.48 82.87 -
System Red Green Blue C M Y K H S L
Decimal 18 92 192 0.91 0.52 0 0.25 214.48 0.83 0.41
Hex 12 5C C0 5B 34 0 19 D6 53 29
Octal 22 134 300 133 64 0 31 326 123 51
Binary 10010 1011100 11000000 1011011 110100 0 11001 11010110 1010011 101001

Color Harmonies of #125CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125CC0

Black with #125CC0

Text Example


Text Example

White with #125CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,92,192); }

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

background-color css

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

 a { background-color: rgb(18,92,192); }

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

border-color css

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

 span { border-color: rgb(18,92,192); }

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