Html Css Color HEX #155DCC Denim

📋 copy color: '#155DCC'

red 21 ◦ green 93 ◦ blue 204

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

Shades of Denim #155DCC

Tints of Denim #155DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.25%

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

R = 6.6%
G = 29.25%
B = 64.15%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#155DCC (or 0x155DCC) is known color: Denim. HEX triplet: 15, 5D and CC. RGB value is (21,93,204). Sum of RGB (Red+Green+Blue) = 21+93+204=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #155DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155DCC is #EAA233. Grayscale: #535353. Windows color (decimal): -15376948 or 13393173. OLE color: 13393173.

HSL color Cylindrical-coordinate representation of color #155DCC: hue angle of 216.39º 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 #155DCC is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 93 204 -
CMYK 0.90 0.54 0 0.2
HSL 216.39º 0.81% 0.44% -
HSV(B) 216.39º 0.9% 0.8% -
XYZ 15.12 12.35 58.71 -
YUV 84.13 195.65 82.97 -
System Red Green Blue C M Y K H S L
Decimal 21 93 204 0.90 0.54 0 0.2 216.39 0.81 0.44
Hex 15 5D CC 5A 36 0 14 D8 51 2C
Octal 25 135 314 132 66 0 24 330 121 54
Binary 10101 1011101 11001100 1011010 110110 0 10100 11011000 1010001 101100

Color Harmonies of #155DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155DCC

Black with #155DCC

Text Example


Text Example

White with #155DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155DCC; }

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

 H1.HeaderClassName
 {
   color: #155DCC;
 }
 .AnyTagClassName
 {
   color: #155DCC;
 }
</style>

background-color css

<style>
 a { background-color: #155DCC; }

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

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

border-color css

<style>
 span { border-color: #155DCC; }

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

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