Html Css Color HEX #125CCD Denim

📋 copy color: '#125CCD'

red 18 ◦ green 92 ◦ blue 205

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

Shades of Denim #125CCD

Tints of Denim #125CCD

RGB

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

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

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

R = 5.71%
G = 29.21%
B = 65.08%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#125CCD (or 0x125CCD) is known color: Denim. HEX triplet: 12, 5C and CD. RGB value is (18,92,205). Sum of RGB (Red+Green+Blue) = 18+92+205=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #125CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125CCD is #EDA332. Grayscale: #525252. Windows color (decimal): -15573811 or 13458450. OLE color: 13458450.

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

Color convert

RGB 18 92 205 -
CMYK 0.91 0.55 0 0.20
HSL 216.26º 0.84% 0.44% -
HSV(B) 216.26º 0.91% 0.8% -
XYZ 15.1 12.19 59.31 -
YUV 82.76 196.98 81.81 -
System Red Green Blue C M Y K H S L
Decimal 18 92 205 0.91 0.55 0 0.20 216.26 0.84 0.44
Hex 12 5C CD 5B 37 0 14 D8 54 2C
Octal 22 134 315 133 67 0 24 330 124 54
Binary 10010 1011100 11001101 1011011 110111 0 10100 11011000 1010100 101100

Color Harmonies of #125CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125CCD

Black with #125CCD

Text Example


Text Example

White with #125CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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