Html Css Color HEX #124CCD Denim

📋 copy color: '#124CCD'

red 18 ◦ green 76 ◦ blue 205

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

Shades of Denim #124CCD

Tints of Denim #124CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.56%

R = 6.02%
G = 25.42%
B = 68.56%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#124CCD (or 0x124CCD) is known color: Denim. HEX triplet: 12, 4C and CD. RGB value is (18,76,205). Sum of RGB (Red+Green+Blue) = 18+76+205=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #124CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CCD is #EDB332. Grayscale: #484848. Windows color (decimal): -15577907 or 13454354. OLE color: 13454354.

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

Color convert

RGB 18 76 205 -
CMYK 0.91 0.63 0 0.20
HSL 221.39º 0.84% 0.44% -
HSV(B) 221.39º 0.91% 0.8% -
XYZ 13.85 9.71 58.9 -
YUV 73.36 202.28 88.51 -
System Red Green Blue C M Y K H S L
Decimal 18 76 205 0.91 0.63 0 0.20 221.39 0.84 0.44
Hex 12 4C CD 5B 3F 0 14 DD 54 2C
Octal 22 114 315 133 77 0 24 335 124 54
Binary 10010 1001100 11001101 1011011 111111 0 10100 11011101 1010100 101100

Color Harmonies of #124CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CCD

Black with #124CCD

Text Example


Text Example

White with #124CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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