Html Css Color HEX #125BAC Denim

📋 copy color: '#125BAC'

red 18 ◦ green 91 ◦ blue 172

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

Shades of Denim #125BAC

Tints of Denim #125BAC

RGB

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

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

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

R = 6.41%
G = 32.38%
B = 61.21%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#125BAC (or 0x125BAC) is known color: Denim. HEX triplet: 12, 5B and AC. RGB value is (18,91,172). Sum of RGB (Red+Green+Blue) = 18+91+172=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #125BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125BAC is #EDA453. Grayscale: #4E4E4E. Windows color (decimal): -15574100 or 11295506. OLE color: 11295506.

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

Color convert

RGB 18 91 172 -
CMYK 0.90 0.47 0 0.33
HSL 211.56º 0.81% 0.37% -
HSV(B) 211.56º 0.9% 0.67% -
XYZ 11.44 10.59 40.47 -
YUV 78.41 180.82 84.91 -
System Red Green Blue C M Y K H S L
Decimal 18 91 172 0.90 0.47 0 0.33 211.56 0.81 0.37
Hex 12 5B AC 5A 2F 0 21 D4 51 25
Octal 22 133 254 132 57 0 41 324 121 45
Binary 10010 1011011 10101100 1011010 101111 0 100001 11010100 1010001 100101

Color Harmonies of #125BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125BAC

Black with #125BAC

Text Example


Text Example

White with #125BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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