Html Css Color HEX #125BBB Denim

📋 copy color: '#125BBB'

red 18 ◦ green 91 ◦ blue 187

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

Shades of Denim #125BBB

Tints of Denim #125BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.74%

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

R = 6.08%
G = 30.74%
B = 63.18%

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

#125BBB (or 0x125BBB) is known color: Denim. HEX triplet: 12, 5B and BB. RGB value is (18,91,187). Sum of RGB (Red+Green+Blue) = 18+91+187=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #125BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125BBB is #EDA444. Grayscale: #4F4F4F. Windows color (decimal): -15574085 or 12278546. OLE color: 12278546.

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

Color convert

RGB 18 91 187 -
CMYK 0.90 0.51 0 0.27
HSL 214.08º 0.82% 0.4% -
HSV(B) 214.08º 0.9% 0.73% -
XYZ 12.96 11.2 48.49 -
YUV 80.12 188.32 83.69 -
System Red Green Blue C M Y K H S L
Decimal 18 91 187 0.90 0.51 0 0.27 214.08 0.82 0.4
Hex 12 5B BB 5A 33 0 1B D6 52 28
Octal 22 133 273 132 63 0 33 326 122 50
Binary 10010 1011011 10111011 1011010 110011 0 11011 11010110 1010010 101000

Color Harmonies of #125BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125BBB

Black with #125BBB

Text Example


Text Example

White with #125BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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