Html Css Color HEX #125BAE Denim

📋 copy color: '#125BAE'

red 18 ◦ green 91 ◦ blue 174

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

Shades of Denim #125BAE

Tints of Denim #125BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.48%

R = 6.36%
G = 32.16%
B = 61.48%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#125BAE (or 0x125BAE) is known color: Denim. HEX triplet: 12, 5B and AE. RGB value is (18,91,174). Sum of RGB (Red+Green+Blue) = 18+91+174=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #125BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125BAE is #EDA451. Grayscale: #4E4E4E. Windows color (decimal): -15574098 or 11426578. OLE color: 11426578.

HSL color Cylindrical-coordinate representation of color #125BAE: hue angle of 211.92º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125BAE is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 91 174 -
CMYK 0.90 0.48 0 0.32
HSL 211.92º 0.81% 0.38% -
HSV(B) 211.92º 0.9% 0.68% -
XYZ 11.63 10.67 41.49 -
YUV 78.64 181.82 84.75 -
System Red Green Blue C M Y K H S L
Decimal 18 91 174 0.90 0.48 0 0.32 211.92 0.81 0.38
Hex 12 5B AE 5A 30 0 20 D4 51 26
Octal 22 133 256 132 60 0 40 324 121 46
Binary 10010 1011011 10101110 1011010 110000 0 100000 11010100 1010001 100110

Color Harmonies of #125BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125BAE

Black with #125BAE

Text Example


Text Example

White with #125BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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