Html Css Color HEX #125DAE Denim

📋 copy color: '#125DAE'

red 18 ◦ green 93 ◦ blue 174

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

Shades of Denim #125DAE

Tints of Denim #125DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.63%

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

R = 6.32%
G = 32.63%
B = 61.05%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#125DAE (or 0x125DAE) is known color: Denim. HEX triplet: 12, 5D and AE. RGB value is (18,93,174). Sum of RGB (Red+Green+Blue) = 18+93+174=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #125DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125DAE is #EDA251. Grayscale: #4F4F4F. Windows color (decimal): -15573586 or 11427090. OLE color: 11427090.

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

Color convert

RGB 18 93 174 -
CMYK 0.90 0.47 0 0.32
HSL 211.15º 0.81% 0.38% -
HSV(B) 211.15º 0.9% 0.68% -
XYZ 11.8 11.01 41.55 -
YUV 79.81 181.15 83.91 -
System Red Green Blue C M Y K H S L
Decimal 18 93 174 0.90 0.47 0 0.32 211.15 0.81 0.38
Hex 12 5D AE 5A 2F 0 20 D3 51 26
Octal 22 135 256 132 57 0 40 323 121 46
Binary 10010 1011101 10101110 1011010 101111 0 100000 11010011 1010001 100110

Color Harmonies of #125DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125DAE

Black with #125DAE

Text Example


Text Example

White with #125DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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