Html Css Color HEX #124FC9 Denim

📋 copy color: '#124FC9'

red 18 ◦ green 79 ◦ blue 201

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

Shades of Denim #124FC9

Tints of Denim #124FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 67.45%

R = 6.04%
G = 26.51%
B = 67.45%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#124FC9 (or 0x124FC9) is known color: Denim. HEX triplet: 12, 4F and C9. RGB value is (18,79,201). Sum of RGB (Red+Green+Blue) = 18+79+201=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 201 (78.91% from 255 or 67.45% from 298); Max value from RGB is 201 - color contains mainly: blue. Hex color #124FC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FC9 is #EDB036. Grayscale: #4A4A4A. Windows color (decimal): -15577143 or 13192978. OLE color: 13192978.

HSL color Cylindrical-coordinate representation of color #124FC9: hue angle of 220º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124FC9 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 79 201 -
CMYK 0.91 0.61 0 0.21
HSL 220º 0.84% 0.43% -
HSV(B) 220º 0.91% 0.79% -
XYZ 13.59 9.94 56.46 -
YUV 74.67 199.29 87.58 -
System Red Green Blue C M Y K H S L
Decimal 18 79 201 0.91 0.61 0 0.21 220 0.84 0.43
Hex 12 4F C9 5B 3D 0 15 DC 54 2B
Octal 22 117 311 133 75 0 25 334 124 53
Binary 10010 1001111 11001001 1011011 111101 0 10101 11011100 1010100 101011

Color Harmonies of #124FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FC9

Black with #124FC9

Text Example


Text Example

White with #124FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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