Html Css Color HEX #125AAC Denim

📋 copy color: '#125AAC'

red 18 ◦ green 90 ◦ blue 172

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

Shades of Denim #125AAC

Tints of Denim #125AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.43%

R = 6.43%
G = 32.14%
B = 61.43%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#125AAC (or 0x125AAC) is known color: Denim. HEX triplet: 12, 5A and AC. RGB value is (18,90,172). Sum of RGB (Red+Green+Blue) = 18+90+172=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #125AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125AAC is #EDA553. Grayscale: #4D4D4D. Windows color (decimal): -15574356 or 11295250. OLE color: 11295250.

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

Color convert

RGB 18 90 172 -
CMYK 0.90 0.48 0 0.33
HSL 211.95º 0.81% 0.37% -
HSV(B) 211.95º 0.9% 0.67% -
XYZ 11.35 10.42 40.44 -
YUV 77.82 181.15 85.33 -
System Red Green Blue C M Y K H S L
Decimal 18 90 172 0.90 0.48 0 0.33 211.95 0.81 0.37
Hex 12 5A AC 5A 30 0 21 D4 51 25
Octal 22 132 254 132 60 0 41 324 121 45
Binary 10010 1011010 10101100 1011010 110000 0 100001 11010100 1010001 100101

Color Harmonies of #125AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125AAC

Black with #125AAC

Text Example


Text Example

White with #125AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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