Html Css Color HEX #124CC0 Denim

📋 copy color: '#124CC0'

red 18 ◦ green 76 ◦ blue 192

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

Shades of Denim #124CC0

Tints of Denim #124CC0

RGB

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

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

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

R = 6.29%
G = 26.57%
B = 67.13%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#124CC0 (or 0x124CC0) is known color: Denim. HEX triplet: 12, 4C and C0. RGB value is (18,76,192). Sum of RGB (Red+Green+Blue) = 18+76+192=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 192 (75.39% from 255 or 67.13% from 286); Max value from RGB is 192 - color contains mainly: blue. Hex color #124CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CC0 is #EDB33F. Grayscale: #474747. Windows color (decimal): -15577920 or 12602386. OLE color: 12602386.

HSL color Cylindrical-coordinate representation of color #124CC0: hue angle of 220º 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 #124CC0 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 76 192 -
CMYK 0.91 0.60 0 0.25
HSL 220º 0.83% 0.41% -
HSV(B) 220º 0.91% 0.75% -
XYZ 12.35 9.1 50.98 -
YUV 71.88 195.78 89.57 -
System Red Green Blue C M Y K H S L
Decimal 18 76 192 0.91 0.60 0 0.25 220 0.83 0.41
Hex 12 4C C0 5B 3C 0 19 DC 53 29
Octal 22 114 300 133 74 0 31 334 123 51
Binary 10010 1001100 11000000 1011011 111100 0 11001 11011100 1010011 101001

Color Harmonies of #124CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CC0

Black with #124CC0

Text Example


Text Example

White with #124CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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