Html Css Color HEX #125CCC Denim

📋 copy color: '#125CCC'

red 18 ◦ green 92 ◦ blue 204

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

Shades of Denim #125CCC

Tints of Denim #125CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.97%

R = 5.73%
G = 29.3%
B = 64.97%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#125CCC (or 0x125CCC) is known color: Denim. HEX triplet: 12, 5C and CC. RGB value is (18,92,204). Sum of RGB (Red+Green+Blue) = 18+92+204=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #125CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125CCC is #EDA333. Grayscale: #525252. Windows color (decimal): -15573812 or 13392914. OLE color: 13392914.

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

Color convert

RGB 18 92 204 -
CMYK 0.91 0.55 0 0.2
HSL 216.13º 0.84% 0.44% -
HSV(B) 216.13º 0.91% 0.8% -
XYZ 14.98 12.14 58.68 -
YUV 82.64 196.48 81.89 -
System Red Green Blue C M Y K H S L
Decimal 18 92 204 0.91 0.55 0 0.2 216.13 0.84 0.44
Hex 12 5C CC 5B 37 0 14 D8 54 2C
Octal 22 134 314 133 67 0 24 330 124 54
Binary 10010 1011100 11001100 1011011 110111 0 10100 11011000 1010100 101100

Color Harmonies of #125CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125CCC

Black with #125CCC

Text Example


Text Example

White with #125CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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