Html Css Color HEX #1567CC Denim

📋 copy color: '#1567CC'

red 21 ◦ green 103 ◦ blue 204

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

Shades of Denim #1567CC

Tints of Denim #1567CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.2%

R = 6.4%
G = 31.4%
B = 62.2%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1567CC (or 0x1567CC) is known color: Denim. HEX triplet: 15, 67 and CC. RGB value is (21,103,204). Sum of RGB (Red+Green+Blue) = 21+103+204=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #1567CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1567CC is #EA9833. Grayscale: #595959. Windows color (decimal): -15374388 or 13395733. OLE color: 13395733.

HSL color Cylindrical-coordinate representation of color #1567CC: hue angle of 213.11º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1567CC is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 103 204 -
CMYK 0.90 0.50 0 0.2
HSL 213.11º 0.81% 0.44% -
HSV(B) 213.11º 0.9% 0.8% -
XYZ 16.06 14.22 59.03 -
YUV 90 192.33 78.79 -
System Red Green Blue C M Y K H S L
Decimal 21 103 204 0.90 0.50 0 0.2 213.11 0.81 0.44
Hex 15 67 CC 5A 32 0 14 D5 51 2C
Octal 25 147 314 132 62 0 24 325 121 54
Binary 10101 1100111 11001100 1011010 110010 0 10100 11010101 1010001 101100

Color Harmonies of #1567CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1567CC

Black with #1567CC

Text Example


Text Example

White with #1567CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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