Html Css Color HEX #155FD6 Denim

📋 copy color: '#155FD6'

red 21 ◦ green 95 ◦ blue 214

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

Shades of Denim #155FD6

Tints of Denim #155FD6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.79%

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

R = 6.36%
G = 28.79%
B = 64.85%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#155FD6 (or 0x155FD6) is known color: Denim. HEX triplet: 15, 5F and D6. RGB value is (21,95,214). Sum of RGB (Red+Green+Blue) = 21+95+214=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 214 (83.98% from 255 or 64.85% from 330); Max value from RGB is 214 - color contains mainly: blue. Hex color #155FD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FD6 is #EAA029. Grayscale: #555555. Windows color (decimal): -15376426 or 14049045. OLE color: 14049045.

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

Color convert

RGB 21 95 214 -
CMYK 0.90 0.56 0 0.16
HSL 216.99º 0.82% 0.46% -
HSV(B) 216.99º 0.9% 0.84% -
XYZ 16.54 13.2 65.29 -
YUV 86.44 199.98 81.32 -
System Red Green Blue C M Y K H S L
Decimal 21 95 214 0.90 0.56 0 0.16 216.99 0.82 0.46
Hex 15 5F D6 5A 38 0 10 D9 52 2E
Octal 25 137 326 132 70 0 20 331 122 56
Binary 10101 1011111 11010110 1011010 111000 0 10000 11011001 1010010 101110

Color Harmonies of #155FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FD6

Black with #155FD6

Text Example


Text Example

White with #155FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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