Html Css Color HEX #124DCB Denim

📋 copy color: '#124DCB'

red 18 ◦ green 77 ◦ blue 203

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

Shades of Denim #124DCB

Tints of Denim #124DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.84%

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

R = 6.04%
G = 25.84%
B = 68.12%

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

#124DCB (or 0x124DCB) is known color: Denim. HEX triplet: 12, 4D and CB. RGB value is (18,77,203). Sum of RGB (Red+Green+Blue) = 18+77+203=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #124DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DCB is #EDB234. Grayscale: #494949. Windows color (decimal): -15577653 or 13323538. OLE color: 13323538.

HSL color Cylindrical-coordinate representation of color #124DCB: hue angle of 220.86º 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 #124DCB is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 77 203 -
CMYK 0.91 0.62 0 0.20
HSL 220.86º 0.84% 0.43% -
HSV(B) 220.86º 0.91% 0.8% -
XYZ 13.68 9.75 57.66 -
YUV 73.72 200.95 88.25 -
System Red Green Blue C M Y K H S L
Decimal 18 77 203 0.91 0.62 0 0.20 220.86 0.84 0.43
Hex 12 4D CB 5B 3E 0 14 DD 54 2B
Octal 22 115 313 133 76 0 24 335 124 53
Binary 10010 1001101 11001011 1011011 111110 0 10100 11011101 1010100 101011

Color Harmonies of #124DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DCB

Black with #124DCB

Text Example


Text Example

White with #124DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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