Html Css Color HEX #124FC3 Denim

📋 copy color: '#124FC3'

red 18 ◦ green 79 ◦ blue 195

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

Shades of Denim #124FC3

Tints of Denim #124FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 66.78%

R = 6.16%
G = 27.05%
B = 66.78%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#124FC3 (or 0x124FC3) is known color: Denim. HEX triplet: 12, 4F and C3. RGB value is (18,79,195). Sum of RGB (Red+Green+Blue) = 18+79+195=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 195 (76.56% from 255 or 66.78% from 292); Max value from RGB is 195 - color contains mainly: blue. Hex color #124FC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FC3 is #EDB03C. Grayscale: #494949. Windows color (decimal): -15577149 or 12799762. OLE color: 12799762.

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

Color convert

RGB 18 79 195 -
CMYK 0.91 0.59 0 0.24
HSL 219.32º 0.83% 0.42% -
HSV(B) 219.32º 0.91% 0.76% -
XYZ 12.9 9.66 52.81 -
YUV 73.99 196.29 88.07 -
System Red Green Blue C M Y K H S L
Decimal 18 79 195 0.91 0.59 0 0.24 219.32 0.83 0.42
Hex 12 4F C3 5B 3B 0 18 DB 53 2A
Octal 22 117 303 133 73 0 30 333 123 52
Binary 10010 1001111 11000011 1011011 111011 0 11000 11011011 1010011 101010

Color Harmonies of #124FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FC3

Black with #124FC3

Text Example


Text Example

White with #124FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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