Html Css Color HEX #124CBE Denim

📋 copy color: '#124CBE'

red 18 ◦ green 76 ◦ blue 190

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

Shades of Denim #124CBE

Tints of Denim #124CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.9%

R = 6.34%
G = 26.76%
B = 66.9%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#124CBE (or 0x124CBE) is known color: Denim. HEX triplet: 12, 4C and BE. RGB value is (18,76,190). Sum of RGB (Red+Green+Blue) = 18+76+190=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #124CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CBE is #EDB341. Grayscale: #474747. Windows color (decimal): -15577922 or 12471314. OLE color: 12471314.

HSL color Cylindrical-coordinate representation of color #124CBE: hue angle of 219.77º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124CBE is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 76 190 -
CMYK 0.91 0.60 0 0.25
HSL 219.77º 0.83% 0.41% -
HSV(B) 219.77º 0.91% 0.75% -
XYZ 12.13 9.02 49.82 -
YUV 71.65 194.78 89.73 -
System Red Green Blue C M Y K H S L
Decimal 18 76 190 0.91 0.60 0 0.25 219.77 0.83 0.41
Hex 12 4C BE 5B 3C 0 19 DC 53 29
Octal 22 114 276 133 74 0 31 334 123 51
Binary 10010 1001100 10111110 1011011 111100 0 11001 11011100 1010011 101001

Color Harmonies of #124CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CBE

Black with #124CBE

Text Example


Text Example

White with #124CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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