Html Css Color HEX #124DBF Denim

📋 copy color: '#124DBF'

red 18 ◦ green 77 ◦ blue 191

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

Shades of Denim #124DBF

Tints of Denim #124DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.92%

 BLUE value IS 191 (75% from 255) = 66.78%

R = 6.29%
G = 26.92%
B = 66.78%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#124DBF (or 0x124DBF) is known color: Denim. HEX triplet: 12, 4D and BF. RGB value is (18,77,191). Sum of RGB (Red+Green+Blue) = 18+77+191=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #124DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DBF is #EDB240. Grayscale: #474747. Windows color (decimal): -15577665 or 12537106. OLE color: 12537106.

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

Color convert

RGB 18 77 191 -
CMYK 0.91 0.60 0 0.25
HSL 219.54º 0.83% 0.41% -
HSV(B) 219.54º 0.91% 0.75% -
XYZ 12.31 9.2 50.42 -
YUV 72.36 194.95 89.23 -
System Red Green Blue C M Y K H S L
Decimal 18 77 191 0.91 0.60 0 0.25 219.54 0.83 0.41
Hex 12 4D BF 5B 3C 0 19 DC 53 29
Octal 22 115 277 133 74 0 31 334 123 51
Binary 10010 1001101 10111111 1011011 111100 0 11001 11011100 1010011 101001

Color Harmonies of #124DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DBF

Black with #124DBF

Text Example


Text Example

White with #124DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,77,191); }

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

background-color css

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

 a { background-color: rgb(18,77,191); }

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

border-color css

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

 span { border-color: rgb(18,77,191); }

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