Html Css Color HEX #125BA1 Denim

📋 copy color: '#125BA1'

red 18 ◦ green 91 ◦ blue 161

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

Shades of Denim #125BA1

Tints of Denim #125BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 59.63%

R = 6.67%
G = 33.7%
B = 59.63%

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

#125BA1 (or 0x125BA1) is known color: Denim. HEX triplet: 12, 5B and A1. RGB value is (18,91,161). Sum of RGB (Red+Green+Blue) = 18+91+161=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 161 (63.28% from 255 or 59.63% from 270); Max value from RGB is 161 - color contains mainly: blue. Hex color #125BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125BA1 is #EDA45E. Grayscale: #4C4C4C. Windows color (decimal): -15574111 or 10574610. OLE color: 10574610.

HSL color Cylindrical-coordinate representation of color #125BA1: hue angle of 209.37º 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 #125BA1 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 91 161 -
CMYK 0.89 0.43 0 0.37
HSL 209.37º 0.8% 0.35% -
HSV(B) 209.37º 0.89% 0.63% -
XYZ 10.42 10.18 35.13 -
YUV 77.15 175.32 85.81 -
System Red Green Blue C M Y K H S L
Decimal 18 91 161 0.89 0.43 0 0.37 209.37 0.8 0.35
Hex 12 5B A1 59 2B 0 25 D1 50 23
Octal 22 133 241 131 53 0 45 321 120 43
Binary 10010 1011011 10100001 1011001 101011 0 100101 11010001 1010000 100011

Color Harmonies of #125BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125BA1

Black with #125BA1

Text Example


Text Example

White with #125BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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