Html Css Color HEX #155DBB Denim

📋 copy color: '#155DBB'

red 21 ◦ green 93 ◦ blue 187

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

Shades of Denim #155DBB

Tints of Denim #155DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.13%

R = 6.98%
G = 30.9%
B = 62.13%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#155DBB (or 0x155DBB) is known color: Denim. HEX triplet: 15, 5D and BB. RGB value is (21,93,187). Sum of RGB (Red+Green+Blue) = 21+93+187=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #155DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155DBB is #EAA244. Grayscale: #515151. Windows color (decimal): -15376965 or 12279061. OLE color: 12279061.

HSL color Cylindrical-coordinate representation of color #155DBB: hue angle of 213.98º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155DBB is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 93 187 -
CMYK 0.89 0.50 0 0.27
HSL 213.98º 0.8% 0.41% -
HSV(B) 213.98º 0.89% 0.73% -
XYZ 13.19 11.58 48.55 -
YUV 82.19 187.15 84.36 -
System Red Green Blue C M Y K H S L
Decimal 21 93 187 0.89 0.50 0 0.27 213.98 0.8 0.41
Hex 15 5D BB 59 32 0 1B D6 50 29
Octal 25 135 273 131 62 0 33 326 120 51
Binary 10101 1011101 10111011 1011001 110010 0 11011 11010110 1010000 101001

Color Harmonies of #155DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155DBB

Black with #155DBB

Text Example


Text Example

White with #155DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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