Html Css Color HEX #1567AA Denim

📋 copy color: '#1567AA'

red 21 ◦ green 103 ◦ blue 170

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

Shades of Denim #1567AA

Tints of Denim #1567AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.82%

R = 7.14%
G = 35.03%
B = 57.82%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1567AA (or 0x1567AA) is known color: Denim. HEX triplet: 15, 67 and AA. RGB value is (21,103,170). Sum of RGB (Red+Green+Blue) = 21+103+170=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #1567AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1567AA is #EA9855. Grayscale: #555555. Windows color (decimal): -15374422 or 11167509. OLE color: 11167509.

HSL color Cylindrical-coordinate representation of color #1567AA: hue angle of 206.98º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1567AA is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 103 170 -
CMYK 0.88 0.39 0 0.33
HSL 206.98º 0.78% 0.37% -
HSV(B) 206.98º 0.88% 0.67% -
XYZ 12.42 12.76 39.84 -
YUV 86.12 175.33 81.55 -
System Red Green Blue C M Y K H S L
Decimal 21 103 170 0.88 0.39 0 0.33 206.98 0.78 0.37
Hex 15 67 AA 58 27 0 21 CF 4E 25
Octal 25 147 252 130 47 0 41 317 116 45
Binary 10101 1100111 10101010 1011000 100111 0 100001 11001111 1001110 100101

Color Harmonies of #1567AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1567AA

Black with #1567AA

Text Example


Text Example

White with #1567AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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