Html Css Color HEX #124EBD Denim

📋 copy color: '#124EBD'

red 18 ◦ green 78 ◦ blue 189

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

Shades of Denim #124EBD

Tints of Denim #124EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 66.32%

R = 6.32%
G = 27.37%
B = 66.32%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#124EBD (or 0x124EBD) is known color: Denim. HEX triplet: 12, 4E and BD. RGB value is (18,78,189). Sum of RGB (Red+Green+Blue) = 18+78+189=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 189 (74.22% from 255 or 66.32% from 285); Max value from RGB is 189 - color contains mainly: blue. Hex color #124EBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124EBD is #EDB142. Grayscale: #484848. Windows color (decimal): -15577411 or 12406290. OLE color: 12406290.

HSL color Cylindrical-coordinate representation of color #124EBD: hue angle of 218.95º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124EBD is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 78 189 -
CMYK 0.90 0.59 0 0.26
HSL 218.95º 0.83% 0.41% -
HSV(B) 218.95º 0.9% 0.74% -
XYZ 12.16 9.25 49.29 -
YUV 72.71 193.62 88.97 -
System Red Green Blue C M Y K H S L
Decimal 18 78 189 0.90 0.59 0 0.26 218.95 0.83 0.41
Hex 12 4E BD 5A 3B 0 1A DB 53 29
Octal 22 116 275 132 73 0 32 333 123 51
Binary 10010 1001110 10111101 1011010 111011 0 11010 11011011 1010011 101001

Color Harmonies of #124EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124EBD

Black with #124EBD

Text Example


Text Example

White with #124EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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