Html Css Color HEX #124CBB Denim

📋 copy color: '#124CBB'

red 18 ◦ green 76 ◦ blue 187

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

Shades of Denim #124CBB

Tints of Denim #124CBB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.05%

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

R = 6.41%
G = 27.05%
B = 66.55%

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

#124CBB (or 0x124CBB) is known color: Denim. HEX triplet: 12, 4C and BB. RGB value is (18,76,187). Sum of RGB (Red+Green+Blue) = 18+76+187=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #124CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CBB is #EDB344. Grayscale: #464646. Windows color (decimal): -15577925 or 12274706. OLE color: 12274706.

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

Color convert

RGB 18 76 187 -
CMYK 0.90 0.59 0 0.27
HSL 219.41º 0.82% 0.4% -
HSV(B) 219.41º 0.9% 0.73% -
XYZ 11.8 8.89 48.11 -
YUV 71.31 193.28 89.97 -
System Red Green Blue C M Y K H S L
Decimal 18 76 187 0.90 0.59 0 0.27 219.41 0.82 0.4
Hex 12 4C BB 5A 3B 0 1B DB 52 28
Octal 22 114 273 132 73 0 33 333 122 50
Binary 10010 1001100 10111011 1011010 111011 0 11011 11011011 1010010 101000

Color Harmonies of #124CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CBB

Black with #124CBB

Text Example


Text Example

White with #124CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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