Html Css Color HEX #124FCE Denim

📋 copy color: '#124FCE'

red 18 ◦ green 79 ◦ blue 206

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

Shades of Denim #124FCE

Tints of Denim #124FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.99%

R = 5.94%
G = 26.07%
B = 67.99%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#124FCE (or 0x124FCE) is known color: Denim. HEX triplet: 12, 4F and CE. RGB value is (18,79,206). Sum of RGB (Red+Green+Blue) = 18+79+206=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #124FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FCE is #EDB031. Grayscale: #4A4A4A. Windows color (decimal): -15577138 or 13520658. OLE color: 13520658.

HSL color Cylindrical-coordinate representation of color #124FCE: hue angle of 220.53º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124FCE is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 79 206 -
CMYK 0.91 0.62 0 0.19
HSL 220.53º 0.84% 0.44% -
HSV(B) 220.53º 0.91% 0.81% -
XYZ 14.19 10.18 59.61 -
YUV 75.24 201.79 87.17 -
System Red Green Blue C M Y K H S L
Decimal 18 79 206 0.91 0.62 0 0.19 220.53 0.84 0.44
Hex 12 4F CE 5B 3E 0 13 DD 54 2C
Octal 22 117 316 133 76 0 23 335 124 54
Binary 10010 1001111 11001110 1011011 111110 0 10011 11011101 1010100 101100

Color Harmonies of #124FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FCE

Black with #124FCE

Text Example


Text Example

White with #124FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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