Html Css Color HEX #1567A5 Denim

📋 copy color: '#1567A5'

red 21 ◦ green 103 ◦ blue 165

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

Shades of Denim #1567A5

Tints of Denim #1567A5

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.64%

 BLUE value IS 165 (64.84% from 255) = 57.09%

R = 7.27%
G = 35.64%
B = 57.09%

CMYK

 C value IS 0.87

 M value IS 0.38

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1567A5 (or 0x1567A5) is known color: Denim. HEX triplet: 15, 67 and A5. RGB value is (21,103,165). Sum of RGB (Red+Green+Blue) = 21+103+165=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 165 (64.84% from 255 or 57.09% from 289); Max value from RGB is 165 - color contains mainly: blue. Hex color #1567A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1567A5 is #EA985A. Grayscale: #555555. Windows color (decimal): -15374427 or 10839829. OLE color: 10839829.

HSL color Cylindrical-coordinate representation of color #1567A5: hue angle of 205.83º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1567A5 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 21 103 165 -
CMYK 0.87 0.38 0 0.35
HSL 205.83º 0.77% 0.36% -
HSV(B) 205.83º 0.87% 0.65% -
XYZ 11.95 12.58 37.39 -
YUV 85.55 172.83 81.96 -
System Red Green Blue C M Y K H S L
Decimal 21 103 165 0.87 0.38 0 0.35 205.83 0.77 0.36
Hex 15 67 A5 57 26 0 23 CE 4D 24
Octal 25 147 245 127 46 0 43 316 115 44
Binary 10101 1100111 10100101 1010111 100110 0 100011 11001110 1001101 100100

Color Harmonies of #1567A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1567A5

Black with #1567A5

Text Example


Text Example

White with #1567A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1567A5; }

 p { color: rgb(21,103,165); }

 H1.HeaderClassName
 {
   color: #1567A5;
 }
 .AnyTagClassName
 {
   color: #1567A5;
 }
</style>

background-color css

<style>
 a { background-color: #1567A5; }

 a { background-color: rgb(21,103,165); }

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

border-color css

<style>
 span { border-color: #1567A5; }

 span { border-color: rgb(21,103,165); }

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