Html Css Color HEX #125FAC Denim

📋 copy color: '#125FAC'

red 18 ◦ green 95 ◦ blue 172

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

Shades of Denim #125FAC

Tints of Denim #125FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.33%

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

R = 6.32%
G = 33.33%
B = 60.35%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#125FAC (or 0x125FAC) is known color: Denim. HEX triplet: 12, 5F and AC. RGB value is (18,95,172). Sum of RGB (Red+Green+Blue) = 18+95+172=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #125FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125FAC is #EDA053. Grayscale: #505050. Windows color (decimal): -15573076 or 11296530. OLE color: 11296530.

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

Color convert

RGB 18 95 172 -
CMYK 0.90 0.45 0 0.33
HSL 210º 0.81% 0.37% -
HSV(B) 210º 0.9% 0.67% -
XYZ 11.79 11.29 40.59 -
YUV 80.76 179.49 83.24 -
System Red Green Blue C M Y K H S L
Decimal 18 95 172 0.90 0.45 0 0.33 210 0.81 0.37
Hex 12 5F AC 5A 2D 0 21 D2 51 25
Octal 22 137 254 132 55 0 41 322 121 45
Binary 10010 1011111 10101100 1011010 101101 0 100001 11010010 1010001 100101

Color Harmonies of #125FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125FAC

Black with #125FAC

Text Example


Text Example

White with #125FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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