Html Css Color HEX #155DB0 Denim

📋 copy color: '#155DB0'

red 21 ◦ green 93 ◦ blue 176

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

Shades of Denim #155DB0

Tints of Denim #155DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 60.69%

R = 7.24%
G = 32.07%
B = 60.69%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#155DB0 (or 0x155DB0) is known color: Denim. HEX triplet: 15, 5D and B0. RGB value is (21,93,176). Sum of RGB (Red+Green+Blue) = 21+93+176=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 176 (69.14% from 255 or 60.69% from 290); Max value from RGB is 176 - color contains mainly: blue. Hex color #155DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155DB0 is #EAA24F. Grayscale: #505050. Windows color (decimal): -15376976 or 11558165. OLE color: 11558165.

HSL color Cylindrical-coordinate representation of color #155DB0: hue angle of 212.13º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155DB0 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 93 176 -
CMYK 0.88 0.47 0 0.31
HSL 212.13º 0.79% 0.39% -
HSV(B) 212.13º 0.88% 0.69% -
XYZ 12.06 11.12 42.59 -
YUV 80.93 181.65 85.25 -
System Red Green Blue C M Y K H S L
Decimal 21 93 176 0.88 0.47 0 0.31 212.13 0.79 0.39
Hex 15 5D B0 58 2F 0 1F D4 4F 27
Octal 25 135 260 130 57 0 37 324 117 47
Binary 10101 1011101 10110000 1011000 101111 0 11111 11010100 1001111 100111

Color Harmonies of #155DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155DB0

Black with #155DB0

Text Example


Text Example

White with #155DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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