Html Css Color HEX #1552BE Denim

📋 copy color: '#1552BE'

red 21 ◦ green 82 ◦ blue 190

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

Shades of Denim #1552BE

Tints of Denim #1552BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.85%

R = 7.17%
G = 27.99%
B = 64.85%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1552BE (or 0x1552BE) is known color: Denim. HEX triplet: 15, 52 and BE. RGB value is (21,82,190). Sum of RGB (Red+Green+Blue) = 21+82+190=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #1552BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1552BE is #EAAD41. Grayscale: #4B4B4B. Windows color (decimal): -15379778 or 12472853. OLE color: 12472853.

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

Color convert

RGB 21 82 190 -
CMYK 0.89 0.57 0 0.25
HSL 218.34º 0.8% 0.41% -
HSV(B) 218.34º 0.89% 0.75% -
XYZ 12.62 9.91 49.96 -
YUV 76.07 192.29 88.72 -
System Red Green Blue C M Y K H S L
Decimal 21 82 190 0.89 0.57 0 0.25 218.34 0.8 0.41
Hex 15 52 BE 59 39 0 19 DA 50 29
Octal 25 122 276 131 71 0 31 332 120 51
Binary 10101 1010010 10111110 1011001 111001 0 11001 11011010 1010000 101001

Color Harmonies of #1552BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1552BE

Black with #1552BE

Text Example


Text Example

White with #1552BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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