Html Css Color HEX #125DBB Denim

📋 copy color: '#125DBB'

red 18 ◦ green 93 ◦ blue 187

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

Shades of Denim #125DBB

Tints of Denim #125DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.21%

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

R = 6.04%
G = 31.21%
B = 62.75%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#125DBB (or 0x125DBB) is known color: Denim. HEX triplet: 12, 5D and BB. RGB value is (18,93,187). Sum of RGB (Red+Green+Blue) = 18+93+187=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #125DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125DBB is #EDA244. Grayscale: #505050. Windows color (decimal): -15573573 or 12279058. OLE color: 12279058.

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

Color convert

RGB 18 93 187 -
CMYK 0.90 0.50 0 0.27
HSL 213.37º 0.82% 0.4% -
HSV(B) 213.37º 0.9% 0.73% -
XYZ 13.13 11.55 48.55 -
YUV 81.29 187.65 82.86 -
System Red Green Blue C M Y K H S L
Decimal 18 93 187 0.90 0.50 0 0.27 213.37 0.82 0.4
Hex 12 5D BB 5A 32 0 1B D5 52 28
Octal 22 135 273 132 62 0 33 325 122 50
Binary 10010 1011101 10111011 1011010 110010 0 11011 11010101 1010010 101000

Color Harmonies of #125DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125DBB

Black with #125DBB

Text Example


Text Example

White with #125DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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