Html Css Color HEX #125CBA Denim

📋 copy color: '#125CBA'

red 18 ◦ green 92 ◦ blue 186

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

Shades of Denim #125CBA

Tints of Denim #125CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.84%

R = 6.08%
G = 31.08%
B = 62.84%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#125CBA (or 0x125CBA) is known color: Denim. HEX triplet: 12, 5C and BA. RGB value is (18,92,186). Sum of RGB (Red+Green+Blue) = 18+92+186=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #125CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125CBA is #EDA345. Grayscale: #505050. Windows color (decimal): -15573830 or 12213266. OLE color: 12213266.

HSL color Cylindrical-coordinate representation of color #125CBA: hue angle of 213.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125CBA is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 92 186 -
CMYK 0.90 0.51 0 0.27
HSL 213.57º 0.82% 0.4% -
HSV(B) 213.57º 0.9% 0.73% -
XYZ 12.94 11.33 47.96 -
YUV 80.59 187.48 83.36 -
System Red Green Blue C M Y K H S L
Decimal 18 92 186 0.90 0.51 0 0.27 213.57 0.82 0.4
Hex 12 5C BA 5A 33 0 1B D6 52 28
Octal 22 134 272 132 63 0 33 326 122 50
Binary 10010 1011100 10111010 1011010 110011 0 11011 11010110 1010010 101000

Color Harmonies of #125CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125CBA

Black with #125CBA

Text Example


Text Example

White with #125CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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