Html Css Color HEX #124FCC Denim

📋 copy color: '#124FCC'

red 18 ◦ green 79 ◦ blue 204

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

Shades of Denim #124FCC

Tints of Denim #124FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

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

R = 5.98%
G = 26.25%
B = 67.77%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#124FCC (or 0x124FCC) is known color: Denim. HEX triplet: 12, 4F and CC. RGB value is (18,79,204). Sum of RGB (Red+Green+Blue) = 18+79+204=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #124FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FCC is #EDB033. Grayscale: #4A4A4A. Windows color (decimal): -15577140 or 13389586. OLE color: 13389586.

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

Color convert

RGB 18 79 204 -
CMYK 0.91 0.61 0 0.2
HSL 220.32º 0.84% 0.44% -
HSV(B) 220.32º 0.91% 0.8% -
XYZ 13.94 10.08 58.34 -
YUV 75.01 200.79 87.34 -
System Red Green Blue C M Y K H S L
Decimal 18 79 204 0.91 0.61 0 0.2 220.32 0.84 0.44
Hex 12 4F CC 5B 3D 0 14 DC 54 2C
Octal 22 117 314 133 75 0 24 334 124 54
Binary 10010 1001111 11001100 1011011 111101 0 10100 11011100 1010100 101100

Color Harmonies of #124FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FCC

Black with #124FCC

Text Example


Text Example

White with #124FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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