Html Css Color HEX #124FB9 Denim

📋 copy color: '#124FB9'

red 18 ◦ green 79 ◦ blue 185

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

Shades of Denim #124FB9

Tints of Denim #124FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 65.6%

R = 6.38%
G = 28.01%
B = 65.6%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#124FB9 (or 0x124FB9) is known color: Denim. HEX triplet: 12, 4F and B9. RGB value is (18,79,185). Sum of RGB (Red+Green+Blue) = 18+79+185=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 185 (72.66% from 255 or 65.60% from 282); Max value from RGB is 185 - color contains mainly: blue. Hex color #124FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FB9 is #EDB046. Grayscale: #484848. Windows color (decimal): -15577159 or 12144402. OLE color: 12144402.

HSL color Cylindrical-coordinate representation of color #124FB9: hue angle of 218.08º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124FB9 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 79 185 -
CMYK 0.90 0.57 0 0.27
HSL 218.08º 0.82% 0.4% -
HSV(B) 218.08º 0.9% 0.73% -
XYZ 11.8 9.22 47.06 -
YUV 72.85 191.29 88.88 -
System Red Green Blue C M Y K H S L
Decimal 18 79 185 0.90 0.57 0 0.27 218.08 0.82 0.4
Hex 12 4F B9 5A 39 0 1B DA 52 28
Octal 22 117 271 132 71 0 33 332 122 50
Binary 10010 1001111 10111001 1011010 111001 0 11011 11011010 1010010 101000

Color Harmonies of #124FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FB9

Black with #124FB9

Text Example


Text Example

White with #124FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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