Html Css Color HEX #125BCD Denim

📋 copy color: '#125BCD'

red 18 ◦ green 91 ◦ blue 205

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

Shades of Denim #125BCD

Tints of Denim #125BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.98%

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

R = 5.73%
G = 28.98%
B = 65.29%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#125BCD (or 0x125BCD) is known color: Denim. HEX triplet: 12, 5B and CD. RGB value is (18,91,205). Sum of RGB (Red+Green+Blue) = 18+91+205=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #125BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125BCD is #EDA432. Grayscale: #515151. Windows color (decimal): -15574067 or 13458194. OLE color: 13458194.

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

Color convert

RGB 18 91 205 -
CMYK 0.91 0.56 0 0.20
HSL 216.58º 0.84% 0.44% -
HSV(B) 216.58º 0.91% 0.8% -
XYZ 15.01 12.02 59.29 -
YUV 82.17 197.32 82.23 -
System Red Green Blue C M Y K H S L
Decimal 18 91 205 0.91 0.56 0 0.20 216.58 0.84 0.44
Hex 12 5B CD 5B 38 0 14 D9 54 2C
Octal 22 133 315 133 70 0 24 331 124 54
Binary 10010 1011011 11001101 1011011 111000 0 10100 11011001 1010100 101100

Color Harmonies of #125BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125BCD

Black with #125BCD

Text Example


Text Example

White with #125BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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