Html Css Color HEX #156FCC Denim

📋 copy color: '#156FCC'

red 21 ◦ green 111 ◦ blue 204

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

Shades of Denim #156FCC

Tints of Denim #156FCC

RGB

 RED value IS 21 (8.59% from 255) = 6.25%

 GREEN value IS 111 (43.75% from 255) = 33.04%

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

R = 6.25%
G = 33.04%
B = 60.71%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#156FCC (or 0x156FCC) is known color: Denim. HEX triplet: 15, 6F and CC. RGB value is (21,111,204). Sum of RGB (Red+Green+Blue) = 21+111+204=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #156FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156FCC is #EA9033. Grayscale: #5E5E5E. Windows color (decimal): -15372340 or 13397781. OLE color: 13397781.

HSL color Cylindrical-coordinate representation of color #156FCC: hue angle of 210.49º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156FCC is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 111 204 -
CMYK 0.90 0.46 0 0.2
HSL 210.49º 0.81% 0.44% -
HSV(B) 210.49º 0.9% 0.8% -
XYZ 16.89 15.89 59.3 -
YUV 94.69 189.68 75.44 -
System Red Green Blue C M Y K H S L
Decimal 21 111 204 0.90 0.46 0 0.2 210.49 0.81 0.44
Hex 15 6F CC 5A 2E 0 14 D2 51 2C
Octal 25 157 314 132 56 0 24 322 121 54
Binary 10101 1101111 11001100 1011010 101110 0 10100 11010010 1010001 101100

Color Harmonies of #156FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156FCC

Black with #156FCC

Text Example


Text Example

White with #156FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156FCC; }

 p { color: rgb(21,111,204); }

 H1.HeaderClassName
 {
   color: #156FCC;
 }
 .AnyTagClassName
 {
   color: #156FCC;
 }
</style>

background-color css

<style>
 a { background-color: #156FCC; }

 a { background-color: rgb(21,111,204); }

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

border-color css

<style>
 span { border-color: #156FCC; }

 span { border-color: rgb(21,111,204); }

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