Html Css Color HEX #124BBC Denim

📋 copy color: '#124BBC'

red 18 ◦ green 75 ◦ blue 188

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

Shades of Denim #124BBC

Tints of Denim #124BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.9%

R = 6.41%
G = 26.69%
B = 66.9%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#124BBC (or 0x124BBC) is known color: Denim. HEX triplet: 12, 4B and BC. RGB value is (18,75,188). Sum of RGB (Red+Green+Blue) = 18+75+188=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #124BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BBC is #EDB443. Grayscale: #464646. Windows color (decimal): -15578180 or 12339986. OLE color: 12339986.

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

Color convert

RGB 18 75 188 -
CMYK 0.90 0.60 0 0.26
HSL 219.88º 0.83% 0.4% -
HSV(B) 219.88º 0.9% 0.74% -
XYZ 11.84 8.79 48.65 -
YUV 70.84 194.12 90.31 -
System Red Green Blue C M Y K H S L
Decimal 18 75 188 0.90 0.60 0 0.26 219.88 0.83 0.4
Hex 12 4B BC 5A 3C 0 1A DC 53 28
Octal 22 113 274 132 74 0 32 334 123 50
Binary 10010 1001011 10111100 1011010 111100 0 11010 11011100 1010011 101000

Color Harmonies of #124BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BBC

Black with #124BBC

Text Example


Text Example

White with #124BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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