Html Css Color HEX #125FA6 Denim

📋 copy color: '#125FA6'

red 18 ◦ green 95 ◦ blue 166

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

Shades of Denim #125FA6

Tints of Denim #125FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 59.5%

R = 6.45%
G = 34.05%
B = 59.5%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#125FA6 (or 0x125FA6) is known color: Denim. HEX triplet: 12, 5F and A6. RGB value is (18,95,166). Sum of RGB (Red+Green+Blue) = 18+95+166=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 166 (65.23% from 255 or 59.50% from 279); Max value from RGB is 166 - color contains mainly: blue. Hex color #125FA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125FA6 is #EDA059. Grayscale: #4F4F4F. Windows color (decimal): -15573082 or 10903314. OLE color: 10903314.

HSL color Cylindrical-coordinate representation of color #125FA6: hue angle of 208.78º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #125FA6 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 95 166 -
CMYK 0.89 0.43 0 0.35
HSL 208.78º 0.8% 0.36% -
HSV(B) 208.78º 0.89% 0.65% -
XYZ 11.22 11.07 37.62 -
YUV 80.07 176.49 83.73 -
System Red Green Blue C M Y K H S L
Decimal 18 95 166 0.89 0.43 0 0.35 208.78 0.8 0.36
Hex 12 5F A6 59 2B 0 23 D1 50 24
Octal 22 137 246 131 53 0 43 321 120 44
Binary 10010 1011111 10100110 1011001 101011 0 100011 11010001 1010000 100100

Color Harmonies of #125FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125FA6

Black with #125FA6

Text Example


Text Example

White with #125FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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