Html Css Color HEX #125CBB Denim

📋 copy color: '#125CBB'

red 18 ◦ green 92 ◦ blue 187

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

Shades of Denim #125CBB

Tints of Denim #125CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.96%

R = 6.06%
G = 30.98%
B = 62.96%

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

#125CBB (or 0x125CBB) is known color: Denim. HEX triplet: 12, 5C and BB. RGB value is (18,92,187). Sum of RGB (Red+Green+Blue) = 18+92+187=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #125CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125CBB is #EDA344. Grayscale: #505050. Windows color (decimal): -15573829 or 12278802. OLE color: 12278802.

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

Color convert

RGB 18 92 187 -
CMYK 0.90 0.51 0 0.27
HSL 213.73º 0.82% 0.4% -
HSV(B) 213.73º 0.9% 0.73% -
XYZ 13.05 11.37 48.52 -
YUV 80.7 187.98 83.28 -
System Red Green Blue C M Y K H S L
Decimal 18 92 187 0.90 0.51 0 0.27 213.73 0.82 0.4
Hex 12 5C BB 5A 33 0 1B D6 52 28
Octal 22 134 273 132 63 0 33 326 122 50
Binary 10010 1011100 10111011 1011010 110011 0 11011 11010110 1010010 101000

Color Harmonies of #125CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125CBB

Black with #125CBB

Text Example


Text Example

White with #125CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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