Html Css Color HEX #1551BD Denim

📋 copy color: '#1551BD'

red 21 ◦ green 81 ◦ blue 189

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

Shades of Denim #1551BD

Tints of Denim #1551BD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.84%

 BLUE value IS 189 (74.22% from 255) = 64.95%

R = 7.22%
G = 27.84%
B = 64.95%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1551BD (or 0x1551BD) is known color: Denim. HEX triplet: 15, 51 and BD. RGB value is (21,81,189). Sum of RGB (Red+Green+Blue) = 21+81+189=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #1551BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1551BD is #EAAE42. Grayscale: #4A4A4A. Windows color (decimal): -15380035 or 12407061. OLE color: 12407061.

HSL color Cylindrical-coordinate representation of color #1551BD: hue angle of 218.57º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1551BD is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 81 189 -
CMYK 0.89 0.57 0 0.26
HSL 218.57º 0.8% 0.41% -
HSV(B) 218.57º 0.89% 0.74% -
XYZ 12.44 9.72 49.36 -
YUV 75.37 192.12 89.22 -
System Red Green Blue C M Y K H S L
Decimal 21 81 189 0.89 0.57 0 0.26 218.57 0.8 0.41
Hex 15 51 BD 59 39 0 1A DB 50 29
Octal 25 121 275 131 71 0 32 333 120 51
Binary 10101 1010001 10111101 1011001 111001 0 11010 11011011 1010000 101001

Color Harmonies of #1551BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1551BD

Black with #1551BD

Text Example


Text Example

White with #1551BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1551BD; }

 p { color: rgb(21,81,189); }

 H1.HeaderClassName
 {
   color: #1551BD;
 }
 .AnyTagClassName
 {
   color: #1551BD;
 }
</style>

background-color css

<style>
 a { background-color: #1551BD; }

 a { background-color: rgb(21,81,189); }

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

border-color css

<style>
 span { border-color: #1551BD; }

 span { border-color: rgb(21,81,189); }

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