Html Css Color HEX #124BC9 Denim

📋 copy color: '#124BC9'

red 18 ◦ green 75 ◦ blue 201

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

Shades of Denim #124BC9

Tints of Denim #124BC9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.51%

 BLUE value IS 201 (78.91% from 255) = 68.37%

R = 6.12%
G = 25.51%
B = 68.37%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#124BC9 (or 0x124BC9) is known color: Denim. HEX triplet: 12, 4B and C9. RGB value is (18,75,201). Sum of RGB (Red+Green+Blue) = 18+75+201=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 201 (78.91% from 255 or 68.37% from 294); Max value from RGB is 201 - color contains mainly: blue. Hex color #124BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BC9 is #EDB436. Grayscale: #474747. Windows color (decimal): -15578167 or 13191954. OLE color: 13191954.

HSL color Cylindrical-coordinate representation of color #124BC9: hue angle of 221.31º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124BC9 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 75 201 -
CMYK 0.91 0.63 0 0.21
HSL 221.31º 0.84% 0.43% -
HSV(B) 221.31º 0.91% 0.79% -
XYZ 13.31 9.38 56.37 -
YUV 72.32 200.62 89.25 -
System Red Green Blue C M Y K H S L
Decimal 18 75 201 0.91 0.63 0 0.21 221.31 0.84 0.43
Hex 12 4B C9 5B 3F 0 15 DD 54 2B
Octal 22 113 311 133 77 0 25 335 124 53
Binary 10010 1001011 11001001 1011011 111111 0 10101 11011101 1010100 101011

Color Harmonies of #124BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BC9

Black with #124BC9

Text Example


Text Example

White with #124BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,75,201); }

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

background-color css

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

 a { background-color: rgb(18,75,201); }

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

border-color css

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

 span { border-color: rgb(18,75,201); }

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