Html Css Color HEX #124DCC Denim

📋 copy color: '#124DCC'

red 18 ◦ green 77 ◦ blue 204

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

Shades of Denim #124DCC

Tints of Denim #124DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.23%

R = 6.02%
G = 25.75%
B = 68.23%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#124DCC (or 0x124DCC) is known color: Denim. HEX triplet: 12, 4D and CC. RGB value is (18,77,204). Sum of RGB (Red+Green+Blue) = 18+77+204=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #124DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DCC is #EDB233. Grayscale: #494949. Windows color (decimal): -15577652 or 13389074. OLE color: 13389074.

HSL color Cylindrical-coordinate representation of color #124DCC: hue angle of 220.97º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124DCC is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 77 204 -
CMYK 0.91 0.62 0 0.2
HSL 220.97º 0.84% 0.44% -
HSV(B) 220.97º 0.91% 0.8% -
XYZ 13.8 9.8 58.29 -
YUV 73.84 201.45 88.17 -
System Red Green Blue C M Y K H S L
Decimal 18 77 204 0.91 0.62 0 0.2 220.97 0.84 0.44
Hex 12 4D CC 5B 3E 0 14 DD 54 2C
Octal 22 115 314 133 76 0 24 335 124 54
Binary 10010 1001101 11001100 1011011 111110 0 10100 11011101 1010100 101100

Color Harmonies of #124DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DCC

Black with #124DCC

Text Example


Text Example

White with #124DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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