Html Css Color HEX #125FB4 Denim

📋 copy color: '#125FB4'

red 18 ◦ green 95 ◦ blue 180

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

Shades of Denim #125FB4

Tints of Denim #125FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 61.43%

R = 6.14%
G = 32.42%
B = 61.43%

CMYK

 C value IS 0.9

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#125FB4 (or 0x125FB4) is known color: Denim. HEX triplet: 12, 5F and B4. RGB value is (18,95,180). Sum of RGB (Red+Green+Blue) = 18+95+180=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 180 (70.70% from 255 or 61.43% from 293); Max value from RGB is 180 - color contains mainly: blue. Hex color #125FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125FB4 is #EDA04B. Grayscale: #515151. Windows color (decimal): -15573068 or 11820818. OLE color: 11820818.

HSL color Cylindrical-coordinate representation of color #125FB4: hue angle of 211.48º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125FB4 is Cyan = 0.9, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 95 180 -
CMYK 0.9 0.47 0 0.29
HSL 211.48º 0.82% 0.39% -
HSV(B) 211.48º 0.9% 0.71% -
XYZ 12.58 11.61 44.76 -
YUV 81.67 183.49 82.59 -
System Red Green Blue C M Y K H S L
Decimal 18 95 180 0.9 0.47 0 0.29 211.48 0.82 0.39
Hex 12 5F B4 5A 2F 0 1D D3 52 27
Octal 22 137 264 132 57 0 35 323 122 47
Binary 10010 1011111 10110100 1011010 101111 0 11101 11010011 1010010 100111

Color Harmonies of #125FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125FB4

Black with #125FB4

Text Example


Text Example

White with #125FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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