Html Css Color HEX #124BC0 Denim

📋 copy color: '#124BC0'

red 18 ◦ green 75 ◦ blue 192

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

Shades of Denim #124BC0

Tints of Denim #124BC0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.32%

 BLUE value IS 192 (75.39% from 255) = 67.37%

R = 6.32%
G = 26.32%
B = 67.37%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#124BC0 (or 0x124BC0) is known color: Denim. HEX triplet: 12, 4B and C0. RGB value is (18,75,192). Sum of RGB (Red+Green+Blue) = 18+75+192=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 192 (75.39% from 255 or 67.37% from 285); Max value from RGB is 192 - color contains mainly: blue. Hex color #124BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BC0 is #EDB43F. Grayscale: #464646. Windows color (decimal): -15578176 or 12602130. OLE color: 12602130.

HSL color Cylindrical-coordinate representation of color #124BC0: hue angle of 220.34º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124BC0 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 75 192 -
CMYK 0.91 0.61 0 0.25
HSL 220.34º 0.83% 0.41% -
HSV(B) 220.34º 0.91% 0.75% -
XYZ 12.28 8.97 50.95 -
YUV 71.3 196.12 89.99 -
System Red Green Blue C M Y K H S L
Decimal 18 75 192 0.91 0.61 0 0.25 220.34 0.83 0.41
Hex 12 4B C0 5B 3D 0 19 DC 53 29
Octal 22 113 300 133 75 0 31 334 123 51
Binary 10010 1001011 11000000 1011011 111101 0 11001 11011100 1010011 101001

Color Harmonies of #124BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BC0

Black with #124BC0

Text Example


Text Example

White with #124BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,75,192); }

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

background-color css

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

 a { background-color: rgb(18,75,192); }

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

border-color css

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

 span { border-color: rgb(18,75,192); }

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