Html Css Color HEX #124BCE Denim

📋 copy color: '#124BCE'

red 18 ◦ green 75 ◦ blue 206

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

Shades of Denim #124BCE

Tints of Denim #124BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.9%

R = 6.02%
G = 25.08%
B = 68.9%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#124BCE (or 0x124BCE) is known color: Denim. HEX triplet: 12, 4B and CE. RGB value is (18,75,206). Sum of RGB (Red+Green+Blue) = 18+75+206=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #124BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BCE is #EDB431. Grayscale: #484848. Windows color (decimal): -15578162 or 13519634. OLE color: 13519634.

HSL color Cylindrical-coordinate representation of color #124BCE: hue angle of 221.81º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124BCE is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 75 206 -
CMYK 0.91 0.64 0 0.19
HSL 221.81º 0.84% 0.44% -
HSV(B) 221.81º 0.91% 0.81% -
XYZ 13.91 9.62 59.52 -
YUV 72.89 203.12 88.85 -
System Red Green Blue C M Y K H S L
Decimal 18 75 206 0.91 0.64 0 0.19 221.81 0.84 0.44
Hex 12 4B CE 5B 40 0 13 DE 54 2C
Octal 22 113 316 133 100 0 23 336 124 54
Binary 10010 1001011 11001110 1011011 1000000 0 10011 11011110 1010100 101100

Color Harmonies of #124BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BCE

Black with #124BCE

Text Example


Text Example

White with #124BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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