Html Css Color HEX #125FAF Denim

📋 copy color: '#125FAF'

red 18 ◦ green 95 ◦ blue 175

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

Shades of Denim #125FAF

Tints of Denim #125FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.76%

R = 6.25%
G = 32.99%
B = 60.76%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#125FAF (or 0x125FAF) is known color: Denim. HEX triplet: 12, 5F and AF. RGB value is (18,95,175). Sum of RGB (Red+Green+Blue) = 18+95+175=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #125FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125FAF is #EDA050. Grayscale: #505050. Windows color (decimal): -15573073 or 11493138. OLE color: 11493138.

HSL color Cylindrical-coordinate representation of color #125FAF: hue angle of 210.57º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125FAF is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 95 175 -
CMYK 0.90 0.46 0 0.31
HSL 210.57º 0.81% 0.38% -
HSV(B) 210.57º 0.9% 0.69% -
XYZ 12.08 11.41 42.12 -
YUV 81.1 180.99 83 -
System Red Green Blue C M Y K H S L
Decimal 18 95 175 0.90 0.46 0 0.31 210.57 0.81 0.38
Hex 12 5F AF 5A 2E 0 1F D3 51 26
Octal 22 137 257 132 56 0 37 323 121 46
Binary 10010 1011111 10101111 1011010 101110 0 11111 11010011 1010001 100110

Color Harmonies of #125FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125FAF

Black with #125FAF

Text Example


Text Example

White with #125FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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