Html Css Color HEX #124BCC Denim

📋 copy color: '#124BCC'

red 18 ◦ green 75 ◦ blue 204

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

Shades of Denim #124BCC

Tints of Denim #124BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.25%

 BLUE value IS 204 (80.08% from 255) = 68.69%

R = 6.06%
G = 25.25%
B = 68.69%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#124BCC (or 0x124BCC) is known color: Denim. HEX triplet: 12, 4B and CC. RGB value is (18,75,204). Sum of RGB (Red+Green+Blue) = 18+75+204=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #124BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BCC is #EDB433. Grayscale: #484848. Windows color (decimal): -15578164 or 13388562. OLE color: 13388562.

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

Color convert

RGB 18 75 204 -
CMYK 0.91 0.63 0 0.2
HSL 221.61º 0.84% 0.44% -
HSV(B) 221.61º 0.91% 0.8% -
XYZ 13.66 9.52 58.24 -
YUV 72.66 202.12 89.01 -
System Red Green Blue C M Y K H S L
Decimal 18 75 204 0.91 0.63 0 0.2 221.61 0.84 0.44
Hex 12 4B CC 5B 3F 0 14 DE 54 2C
Octal 22 113 314 133 77 0 24 336 124 54
Binary 10010 1001011 11001100 1011011 111111 0 10100 11011110 1010100 101100

Color Harmonies of #124BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BCC

Black with #124BCC

Text Example


Text Example

White with #124BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,75,204); }

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

background-color css

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

 a { background-color: rgb(18,75,204); }

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

border-color css

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

 span { border-color: rgb(18,75,204); }

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