Html Css Color HEX #125EBC Denim

📋 copy color: '#125EBC'

red 18 ◦ green 94 ◦ blue 188

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

Shades of Denim #125EBC

Tints of Denim #125EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.33%

 BLUE value IS 188 (73.83% from 255) = 62.67%

R = 6%
G = 31.33%
B = 62.67%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#125EBC (or 0x125EBC) is known color: Denim. HEX triplet: 12, 5E and BC. RGB value is (18,94,188). Sum of RGB (Red+Green+Blue) = 18+94+188=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #125EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125EBC is #EDA143. Grayscale: #515151. Windows color (decimal): -15573316 or 12344850. OLE color: 12344850.

HSL color Cylindrical-coordinate representation of color #125EBC: hue angle of 213.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125EBC is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 94 188 -
CMYK 0.90 0.50 0 0.26
HSL 213.18º 0.83% 0.4% -
HSV(B) 213.18º 0.9% 0.74% -
XYZ 13.33 11.76 49.15 -
YUV 81.99 187.82 82.36 -
System Red Green Blue C M Y K H S L
Decimal 18 94 188 0.90 0.50 0 0.26 213.18 0.83 0.4
Hex 12 5E BC 5A 32 0 1A D5 53 28
Octal 22 136 274 132 62 0 32 325 123 50
Binary 10010 1011110 10111100 1011010 110010 0 11010 11010101 1010011 101000

Color Harmonies of #125EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125EBC

Black with #125EBC

Text Example


Text Example

White with #125EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,94,188); }

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

background-color css

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

 a { background-color: rgb(18,94,188); }

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

border-color css

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

 span { border-color: rgb(18,94,188); }

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