Html Css Color HEX #124FC5 Denim

📋 copy color: '#124FC5'

red 18 ◦ green 79 ◦ blue 197

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

Shades of Denim #124FC5

Tints of Denim #124FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 67.01%

R = 6.12%
G = 26.87%
B = 67.01%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#124FC5 (or 0x124FC5) is known color: Denim. HEX triplet: 12, 4F and C5. RGB value is (18,79,197). Sum of RGB (Red+Green+Blue) = 18+79+197=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 197 (77.34% from 255 or 67.01% from 294); Max value from RGB is 197 - color contains mainly: blue. Hex color #124FC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FC5 is #EDB03A. Grayscale: #494949. Windows color (decimal): -15577147 or 12930834. OLE color: 12930834.

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

Color convert

RGB 18 79 197 -
CMYK 0.91 0.60 0 0.23
HSL 219.55º 0.83% 0.42% -
HSV(B) 219.55º 0.91% 0.77% -
XYZ 13.12 9.75 54.01 -
YUV 74.21 197.29 87.91 -
System Red Green Blue C M Y K H S L
Decimal 18 79 197 0.91 0.60 0 0.23 219.55 0.83 0.42
Hex 12 4F C5 5B 3C 0 17 DC 53 2A
Octal 22 117 305 133 74 0 27 334 123 52
Binary 10010 1001111 11000101 1011011 111100 0 10111 11011100 1010011 101010

Color Harmonies of #124FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FC5

Black with #124FC5

Text Example


Text Example

White with #124FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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