Html Css Color HEX #1552BD Denim

📋 copy color: '#1552BD'

red 21 ◦ green 82 ◦ blue 189

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

Shades of Denim #1552BD

Tints of Denim #1552BD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.08%

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

R = 7.19%
G = 28.08%
B = 64.73%

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

#1552BD (or 0x1552BD) is known color: Denim. HEX triplet: 15, 52 and BD. RGB value is (21,82,189). Sum of RGB (Red+Green+Blue) = 21+82+189=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #1552BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1552BD is #EAAD42. Grayscale: #4B4B4B. Windows color (decimal): -15379779 or 12407317. OLE color: 12407317.

HSL color Cylindrical-coordinate representation of color #1552BD: hue angle of 218.21º 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 #1552BD is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 82 189 -
CMYK 0.89 0.57 0 0.26
HSL 218.21º 0.8% 0.41% -
HSV(B) 218.21º 0.89% 0.74% -
XYZ 12.51 9.87 49.39 -
YUV 75.96 191.79 88.8 -
System Red Green Blue C M Y K H S L
Decimal 21 82 189 0.89 0.57 0 0.26 218.21 0.8 0.41
Hex 15 52 BD 59 39 0 1A DA 50 29
Octal 25 122 275 131 71 0 32 332 120 51
Binary 10101 1010010 10111101 1011001 111001 0 11010 11011010 1010000 101001

Color Harmonies of #1552BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1552BD

Black with #1552BD

Text Example


Text Example

White with #1552BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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