Html Css Color HEX #155CD6 Denim

📋 copy color: '#155CD6'

red 21 ◦ green 92 ◦ blue 214

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

Shades of Denim #155CD6

Tints of Denim #155CD6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

 BLUE value IS 214 (83.98% from 255) = 65.44%

R = 6.42%
G = 28.13%
B = 65.44%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#155CD6 (or 0x155CD6) is known color: Denim. HEX triplet: 15, 5C and D6. RGB value is (21,92,214). Sum of RGB (Red+Green+Blue) = 21+92+214=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 214 (83.98% from 255 or 65.44% from 327); Max value from RGB is 214 - color contains mainly: blue. Hex color #155CD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CD6 is #EAA329. Grayscale: #545454. Windows color (decimal): -15377194 or 14048277. OLE color: 14048277.

HSL color Cylindrical-coordinate representation of color #155CD6: hue angle of 217.93º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155CD6 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 92 214 -
CMYK 0.90 0.57 0 0.16
HSL 217.93º 0.82% 0.46% -
HSV(B) 217.93º 0.9% 0.84% -
XYZ 16.27 12.67 65.21 -
YUV 84.68 200.98 82.58 -
System Red Green Blue C M Y K H S L
Decimal 21 92 214 0.90 0.57 0 0.16 217.93 0.82 0.46
Hex 15 5C D6 5A 39 0 10 DA 52 2E
Octal 25 134 326 132 71 0 20 332 122 56
Binary 10101 1011100 11010110 1011010 111001 0 10000 11011010 1010010 101110

Color Harmonies of #155CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155CD6

Black with #155CD6

Text Example


Text Example

White with #155CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,92,214); }

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

background-color css

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

 a { background-color: rgb(21,92,214); }

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

border-color css

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

 span { border-color: rgb(21,92,214); }

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