Html Css Color HEX #124DBB Denim

📋 copy color: '#124DBB'

red 18 ◦ green 77 ◦ blue 187

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

Shades of Denim #124DBB

Tints of Denim #124DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.3%

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

R = 6.38%
G = 27.3%
B = 66.31%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#124DBB (or 0x124DBB) is known color: Denim. HEX triplet: 12, 4D and BB. RGB value is (18,77,187). Sum of RGB (Red+Green+Blue) = 18+77+187=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #124DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DBB is #EDB244. Grayscale: #474747. Windows color (decimal): -15577669 or 12274962. OLE color: 12274962.

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

Color convert

RGB 18 77 187 -
CMYK 0.90 0.59 0 0.27
HSL 219.05º 0.82% 0.4% -
HSV(B) 219.05º 0.9% 0.73% -
XYZ 11.87 9.02 48.13 -
YUV 71.9 192.95 89.56 -
System Red Green Blue C M Y K H S L
Decimal 18 77 187 0.90 0.59 0 0.27 219.05 0.82 0.4
Hex 12 4D BB 5A 3B 0 1B DB 52 28
Octal 22 115 273 132 73 0 33 333 122 50
Binary 10010 1001101 10111011 1011010 111011 0 11011 11011011 1010010 101000

Color Harmonies of #124DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DBB

Black with #124DBB

Text Example


Text Example

White with #124DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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