Html Css Color HEX #1552BA Denim

📋 copy color: '#1552BA'

red 21 ◦ green 82 ◦ blue 186

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

Shades of Denim #1552BA

Tints of Denim #1552BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.36%

R = 7.27%
G = 28.37%
B = 64.36%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1552BA (or 0x1552BA) is known color: Denim. HEX triplet: 15, 52 and BA. RGB value is (21,82,186). Sum of RGB (Red+Green+Blue) = 21+82+186=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #1552BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1552BA is #EAAD45. Grayscale: #4B4B4B. Windows color (decimal): -15379782 or 12210709. OLE color: 12210709.

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

Color convert

RGB 21 82 186 -
CMYK 0.89 0.56 0 0.27
HSL 217.82º 0.8% 0.41% -
HSV(B) 217.82º 0.89% 0.73% -
XYZ 12.19 9.74 47.69 -
YUV 75.62 190.29 89.04 -
System Red Green Blue C M Y K H S L
Decimal 21 82 186 0.89 0.56 0 0.27 217.82 0.8 0.41
Hex 15 52 BA 59 38 0 1B DA 50 29
Octal 25 122 272 131 70 0 33 332 120 51
Binary 10101 1010010 10111010 1011001 111000 0 11011 11011010 1010000 101001

Color Harmonies of #1552BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1552BA

Black with #1552BA

Text Example


Text Example

White with #1552BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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