Html Css Color HEX #125AB2 Denim

📋 copy color: '#125AB2'

red 18 ◦ green 90 ◦ blue 178

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

Shades of Denim #125AB2

Tints of Denim #125AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 62.24%

R = 6.29%
G = 31.47%
B = 62.24%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#125AB2 (or 0x125AB2) is known color: Denim. HEX triplet: 12, 5A and B2. RGB value is (18,90,178). Sum of RGB (Red+Green+Blue) = 18+90+178=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 178 (69.92% from 255 or 62.24% from 286); Max value from RGB is 178 - color contains mainly: blue. Hex color #125AB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125AB2 is #EDA54D. Grayscale: #4E4E4E. Windows color (decimal): -15574350 or 11688466. OLE color: 11688466.

HSL color Cylindrical-coordinate representation of color #125AB2: hue angle of 213º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125AB2 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 90 178 -
CMYK 0.90 0.49 0 0.30
HSL 213º 0.82% 0.38% -
HSV(B) 213º 0.9% 0.7% -
XYZ 11.94 10.66 43.55 -
YUV 78.5 184.15 84.84 -
System Red Green Blue C M Y K H S L
Decimal 18 90 178 0.90 0.49 0 0.30 213 0.82 0.38
Hex 12 5A B2 5A 31 0 1E D5 52 26
Octal 22 132 262 132 61 0 36 325 122 46
Binary 10010 1011010 10110010 1011010 110001 0 11110 11010101 1010010 100110

Color Harmonies of #125AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125AB2

Black with #125AB2

Text Example


Text Example

White with #125AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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