Html Css Color HEX #124CC7 Denim

📋 copy color: '#124CC7'

red 18 ◦ green 76 ◦ blue 199

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

Shades of Denim #124CC7

Tints of Denim #124CC7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.94%

 BLUE value IS 199 (78.13% from 255) = 67.92%

R = 6.14%
G = 25.94%
B = 67.92%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#124CC7 (or 0x124CC7) is known color: Denim. HEX triplet: 12, 4C and C7. RGB value is (18,76,199). Sum of RGB (Red+Green+Blue) = 18+76+199=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 199 (78.12% from 255 or 67.92% from 293); Max value from RGB is 199 - color contains mainly: blue. Hex color #124CC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CC7 is #EDB338. Grayscale: #484848. Windows color (decimal): -15577913 or 13061138. OLE color: 13061138.

HSL color Cylindrical-coordinate representation of color #124CC7: hue angle of 220.77º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124CC7 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 76 199 -
CMYK 0.91 0.62 0 0.22
HSL 220.77º 0.83% 0.43% -
HSV(B) 220.77º 0.91% 0.78% -
XYZ 13.14 9.42 55.16 -
YUV 72.68 199.28 89 -
System Red Green Blue C M Y K H S L
Decimal 18 76 199 0.91 0.62 0 0.22 220.77 0.83 0.43
Hex 12 4C C7 5B 3E 0 16 DD 53 2B
Octal 22 114 307 133 76 0 26 335 123 53
Binary 10010 1001100 11000111 1011011 111110 0 10110 11011101 1010011 101011

Color Harmonies of #124CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CC7

Black with #124CC7

Text Example


Text Example

White with #124CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,76,199); }

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

background-color css

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

 a { background-color: rgb(18,76,199); }

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

border-color css

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

 span { border-color: rgb(18,76,199); }

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