Html Css Color HEX #125CAF Denim

📋 copy color: '#125CAF'

red 18 ◦ green 92 ◦ blue 175

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

Shades of Denim #125CAF

Tints of Denim #125CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

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

R = 6.32%
G = 32.28%
B = 61.4%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#125CAF (or 0x125CAF) is known color: Denim. HEX triplet: 12, 5C and AF. RGB value is (18,92,175). Sum of RGB (Red+Green+Blue) = 18+92+175=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #125CAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125CAF is #EDA350. Grayscale: #4E4E4E. Windows color (decimal): -15573841 or 11492370. OLE color: 11492370.

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

Color convert

RGB 18 92 175 -
CMYK 0.90 0.47 0 0.31
HSL 211.72º 0.81% 0.38% -
HSV(B) 211.72º 0.9% 0.69% -
XYZ 11.81 10.88 42.03 -
YUV 79.34 181.98 84.25 -
System Red Green Blue C M Y K H S L
Decimal 18 92 175 0.90 0.47 0 0.31 211.72 0.81 0.38
Hex 12 5C AF 5A 2F 0 1F D4 51 26
Octal 22 134 257 132 57 0 37 324 121 46
Binary 10010 1011100 10101111 1011010 101111 0 11111 11010100 1010001 100110

Color Harmonies of #125CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125CAF

Black with #125CAF

Text Example


Text Example

White with #125CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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