Html Css Color HEX #124FC6 Denim

📋 copy color: '#124FC6'

red 18 ◦ green 79 ◦ blue 198

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

Shades of Denim #124FC6

Tints of Denim #124FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 67.12%

R = 6.1%
G = 26.78%
B = 67.12%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#124FC6 (or 0x124FC6) is known color: Denim. HEX triplet: 12, 4F and C6. RGB value is (18,79,198). Sum of RGB (Red+Green+Blue) = 18+79+198=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 198 (77.73% from 255 or 67.12% from 295); Max value from RGB is 198 - color contains mainly: blue. Hex color #124FC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FC6 is #EDB039. Grayscale: #494949. Windows color (decimal): -15577146 or 12996370. OLE color: 12996370.

HSL color Cylindrical-coordinate representation of color #124FC6: hue angle of 219.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124FC6 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 79 198 -
CMYK 0.91 0.60 0 0.22
HSL 219.67º 0.83% 0.42% -
HSV(B) 219.67º 0.91% 0.78% -
XYZ 13.24 9.8 54.62 -
YUV 74.33 197.79 87.82 -
System Red Green Blue C M Y K H S L
Decimal 18 79 198 0.91 0.60 0 0.22 219.67 0.83 0.42
Hex 12 4F C6 5B 3C 0 16 DC 53 2A
Octal 22 117 306 133 74 0 26 334 123 52
Binary 10010 1001111 11000110 1011011 111100 0 10110 11011100 1010011 101010

Color Harmonies of #124FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FC6

Black with #124FC6

Text Example


Text Example

White with #124FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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