Html Css Color HEX #125BA0 Denim

📋 copy color: '#125BA0'

red 18 ◦ green 91 ◦ blue 160

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

Shades of Denim #125BA0

Tints of Denim #125BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 59.48%

R = 6.69%
G = 33.83%
B = 59.48%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#125BA0 (or 0x125BA0) is known color: Denim. HEX triplet: 12, 5B and A0. RGB value is (18,91,160). Sum of RGB (Red+Green+Blue) = 18+91+160=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 160 (62.89% from 255 or 59.48% from 269); Max value from RGB is 160 - color contains mainly: blue. Hex color #125BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125BA0 is #EDA45F. Grayscale: #4C4C4C. Windows color (decimal): -15574112 or 10509074. OLE color: 10509074.

HSL color Cylindrical-coordinate representation of color #125BA0: hue angle of 209.15º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #125BA0 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 91 160 -
CMYK 0.89 0.43 0 0.37
HSL 209.15º 0.8% 0.35% -
HSV(B) 209.15º 0.89% 0.63% -
XYZ 10.34 10.15 34.67 -
YUV 77.04 174.82 85.89 -
System Red Green Blue C M Y K H S L
Decimal 18 91 160 0.89 0.43 0 0.37 209.15 0.8 0.35
Hex 12 5B A0 59 2B 0 25 D1 50 23
Octal 22 133 240 131 53 0 45 321 120 43
Binary 10010 1011011 10100000 1011001 101011 0 100101 11010001 1010000 100011

Color Harmonies of #125BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125BA0

Black with #125BA0

Text Example


Text Example

White with #125BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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