Html Css Color HEX #125ABC Denim

📋 copy color: '#125ABC'

red 18 ◦ green 90 ◦ blue 188

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

Shades of Denim #125ABC

Tints of Denim #125ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.41%

 BLUE value IS 188 (73.83% from 255) = 63.51%

R = 6.08%
G = 30.41%
B = 63.51%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#125ABC (or 0x125ABC) is known color: Denim. HEX triplet: 12, 5A and BC. RGB value is (18,90,188). Sum of RGB (Red+Green+Blue) = 18+90+188=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #125ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125ABC is #EDA543. Grayscale: #4F4F4F. Windows color (decimal): -15574340 or 12343826. OLE color: 12343826.

HSL color Cylindrical-coordinate representation of color #125ABC: hue angle of 214.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125ABC is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 90 188 -
CMYK 0.90 0.52 0 0.26
HSL 214.59º 0.83% 0.4% -
HSV(B) 214.59º 0.9% 0.74% -
XYZ 12.98 11.07 49.03 -
YUV 79.64 189.15 84.03 -
System Red Green Blue C M Y K H S L
Decimal 18 90 188 0.90 0.52 0 0.26 214.59 0.83 0.4
Hex 12 5A BC 5A 34 0 1A D7 53 28
Octal 22 132 274 132 64 0 32 327 123 50
Binary 10010 1011010 10111100 1011010 110100 0 11010 11010111 1010011 101000

Color Harmonies of #125ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125ABC

Black with #125ABC

Text Example


Text Example

White with #125ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,90,188); }

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

background-color css

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

 a { background-color: rgb(18,90,188); }

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

border-color css

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

 span { border-color: rgb(18,90,188); }

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