Html Css Color HEX #1567BA Denim

📋 copy color: '#1567BA'

red 21 ◦ green 103 ◦ blue 186

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

Shades of Denim #1567BA

Tints of Denim #1567BA

RGB

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

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

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

R = 6.77%
G = 33.23%
B = 60%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1567BA (or 0x1567BA) is known color: Denim. HEX triplet: 15, 67 and BA. RGB value is (21,103,186). Sum of RGB (Red+Green+Blue) = 21+103+186=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #1567BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1567BA is #EA9845. Grayscale: #575757. Windows color (decimal): -15374406 or 12216085. OLE color: 12216085.

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

Color convert

RGB 21 103 186 -
CMYK 0.89 0.45 0 0.27
HSL 210.18º 0.8% 0.41% -
HSV(B) 210.18º 0.89% 0.73% -
XYZ 14.02 13.41 48.3 -
YUV 87.94 183.33 80.25 -
System Red Green Blue C M Y K H S L
Decimal 21 103 186 0.89 0.45 0 0.27 210.18 0.8 0.41
Hex 15 67 BA 59 2D 0 1B D2 50 29
Octal 25 147 272 131 55 0 33 322 120 51
Binary 10101 1100111 10111010 1011001 101101 0 11011 11010010 1010000 101001

Color Harmonies of #1567BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1567BA

Black with #1567BA

Text Example


Text Example

White with #1567BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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