Html Css Color HEX #124ECB Denim

📋 copy color: '#124ECB'

red 18 ◦ green 78 ◦ blue 203

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

Shades of Denim #124ECB

Tints of Denim #124ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.09%

 BLUE value IS 203 (79.69% from 255) = 67.89%

R = 6.02%
G = 26.09%
B = 67.89%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#124ECB (or 0x124ECB) is known color: Denim. HEX triplet: 12, 4E and CB. RGB value is (18,78,203). Sum of RGB (Red+Green+Blue) = 18+78+203=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #124ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124ECB is #EDB134. Grayscale: #494949. Windows color (decimal): -15577397 or 13323794. OLE color: 13323794.

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

Color convert

RGB 18 78 203 -
CMYK 0.91 0.62 0 0.20
HSL 220.54º 0.84% 0.43% -
HSV(B) 220.54º 0.91% 0.8% -
XYZ 13.75 9.89 57.68 -
YUV 74.31 200.62 87.84 -
System Red Green Blue C M Y K H S L
Decimal 18 78 203 0.91 0.62 0 0.20 220.54 0.84 0.43
Hex 12 4E CB 5B 3E 0 14 DD 54 2B
Octal 22 116 313 133 76 0 24 335 124 53
Binary 10010 1001110 11001011 1011011 111110 0 10100 11011101 1010100 101011

Color Harmonies of #124ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124ECB

Black with #124ECB

Text Example


Text Example

White with #124ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,78,203); }

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

background-color css

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

 a { background-color: rgb(18,78,203); }

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

border-color css

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

 span { border-color: rgb(18,78,203); }

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