Html Css Color HEX #125AAE Denim

📋 copy color: '#125AAE'

red 18 ◦ green 90 ◦ blue 174

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

Shades of Denim #125AAE

Tints of Denim #125AAE

RGB

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

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

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

R = 6.38%
G = 31.91%
B = 61.7%

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

#125AAE (or 0x125AAE) is known color: Denim. HEX triplet: 12, 5A and AE. RGB value is (18,90,174). Sum of RGB (Red+Green+Blue) = 18+90+174=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #125AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125AAE is #EDA551. Grayscale: #4D4D4D. Windows color (decimal): -15574354 or 11426322. OLE color: 11426322.

HSL color Cylindrical-coordinate representation of color #125AAE: hue angle of 212.31º 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 #125AAE is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 90 174 -
CMYK 0.90 0.48 0 0.32
HSL 212.31º 0.81% 0.38% -
HSV(B) 212.31º 0.9% 0.68% -
XYZ 11.55 10.5 41.46 -
YUV 78.05 182.15 85.17 -
System Red Green Blue C M Y K H S L
Decimal 18 90 174 0.90 0.48 0 0.32 212.31 0.81 0.38
Hex 12 5A AE 5A 30 0 20 D4 51 26
Octal 22 132 256 132 60 0 40 324 121 46
Binary 10010 1011010 10101110 1011010 110000 0 100000 11010100 1010001 100110

Color Harmonies of #125AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125AAE

Black with #125AAE

Text Example


Text Example

White with #125AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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