Html Css Color HEX #125BAA Denim

📋 copy color: '#125BAA'

red 18 ◦ green 91 ◦ blue 170

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

Shades of Denim #125BAA

Tints of Denim #125BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 60.93%

R = 6.45%
G = 32.62%
B = 60.93%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#125BAA (or 0x125BAA) is known color: Denim. HEX triplet: 12, 5B and AA. RGB value is (18,91,170). Sum of RGB (Red+Green+Blue) = 18+91+170=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #125BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125BAA is #EDA455. Grayscale: #4D4D4D. Windows color (decimal): -15574102 or 11164434. OLE color: 11164434.

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

Color convert

RGB 18 91 170 -
CMYK 0.89 0.46 0 0.33
HSL 211.18º 0.81% 0.37% -
HSV(B) 211.18º 0.89% 0.67% -
XYZ 11.25 10.51 39.47 -
YUV 78.18 179.82 85.08 -
System Red Green Blue C M Y K H S L
Decimal 18 91 170 0.89 0.46 0 0.33 211.18 0.81 0.37
Hex 12 5B AA 59 2E 0 21 D3 51 25
Octal 22 133 252 131 56 0 41 323 121 45
Binary 10010 1011011 10101010 1011001 101110 0 100001 11010011 1010001 100101

Color Harmonies of #125BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125BAA

Black with #125BAA

Text Example


Text Example

White with #125BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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