Html Css Color HEX #125BBA Denim

📋 copy color: '#125BBA'

red 18 ◦ green 91 ◦ blue 186

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

Shades of Denim #125BBA

Tints of Denim #125BBA

RGB

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

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

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

R = 6.1%
G = 30.85%
B = 63.05%

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

#125BBA (or 0x125BBA) is known color: Denim. HEX triplet: 12, 5B and BA. RGB value is (18,91,186). Sum of RGB (Red+Green+Blue) = 18+91+186=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #125BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125BBA is #EDA445. Grayscale: #4F4F4F. Windows color (decimal): -15574086 or 12213010. OLE color: 12213010.

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

Color convert

RGB 18 91 186 -
CMYK 0.90 0.51 0 0.27
HSL 213.93º 0.82% 0.4% -
HSV(B) 213.93º 0.9% 0.73% -
XYZ 12.85 11.16 47.93 -
YUV 80 187.82 83.78 -
System Red Green Blue C M Y K H S L
Decimal 18 91 186 0.90 0.51 0 0.27 213.93 0.82 0.4
Hex 12 5B BA 5A 33 0 1B D6 52 28
Octal 22 133 272 132 63 0 33 326 122 50
Binary 10010 1011011 10111010 1011010 110011 0 11011 11010110 1010010 101000

Color Harmonies of #125BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125BBA

Black with #125BBA

Text Example


Text Example

White with #125BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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