Html Css Color HEX #1552AF Denim

📋 copy color: '#1552AF'

red 21 ◦ green 82 ◦ blue 175

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

Shades of Denim #1552AF

Tints of Denim #1552AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 62.95%

R = 7.55%
G = 29.5%
B = 62.95%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1552AF (or 0x1552AF) is known color: Denim. HEX triplet: 15, 52 and AF. RGB value is (21,82,175). Sum of RGB (Red+Green+Blue) = 21+82+175=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #1552AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1552AF is #EAAD50. Grayscale: #494949. Windows color (decimal): -15379793 or 11489813. OLE color: 11489813.

HSL color Cylindrical-coordinate representation of color #1552AF: hue angle of 216.23º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1552AF is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 82 175 -
CMYK 0.88 0.53 0 0.31
HSL 216.23º 0.79% 0.38% -
HSV(B) 216.23º 0.88% 0.69% -
XYZ 11.06 9.29 41.77 -
YUV 74.36 184.79 89.94 -
System Red Green Blue C M Y K H S L
Decimal 21 82 175 0.88 0.53 0 0.31 216.23 0.79 0.38
Hex 15 52 AF 58 35 0 1F D8 4F 26
Octal 25 122 257 130 65 0 37 330 117 46
Binary 10101 1010010 10101111 1011000 110101 0 11111 11011000 1001111 100110

Color Harmonies of #1552AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1552AF

Black with #1552AF

Text Example


Text Example

White with #1552AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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