Html Css Color HEX #155FCD Denim

📋 copy color: '#155FCD'

red 21 ◦ green 95 ◦ blue 205

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

Shades of Denim #155FCD

Tints of Denim #155FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.6%

 BLUE value IS 205 (80.47% from 255) = 63.86%

R = 6.54%
G = 29.6%
B = 63.86%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#155FCD (or 0x155FCD) is known color: Denim. HEX triplet: 15, 5F and CD. RGB value is (21,95,205). Sum of RGB (Red+Green+Blue) = 21+95+205=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #155FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FCD is #EAA032. Grayscale: #545454. Windows color (decimal): -15376435 or 13459221. OLE color: 13459221.

HSL color Cylindrical-coordinate representation of color #155FCD: hue angle of 215.87º 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 #155FCD is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 95 205 -
CMYK 0.90 0.54 0 0.20
HSL 215.87º 0.81% 0.44% -
HSV(B) 215.87º 0.9% 0.8% -
XYZ 15.42 12.75 59.41 -
YUV 85.41 195.48 82.06 -
System Red Green Blue C M Y K H S L
Decimal 21 95 205 0.90 0.54 0 0.20 215.87 0.81 0.44
Hex 15 5F CD 5A 36 0 14 D8 51 2C
Octal 25 137 315 132 66 0 24 330 121 54
Binary 10101 1011111 11001101 1011010 110110 0 10100 11011000 1010001 101100

Color Harmonies of #155FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FCD

Black with #155FCD

Text Example


Text Example

White with #155FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155FCD; }

 p { color: rgb(21,95,205); }

 H1.HeaderClassName
 {
   color: #155FCD;
 }
 .AnyTagClassName
 {
   color: #155FCD;
 }
</style>

background-color css

<style>
 a { background-color: #155FCD; }

 a { background-color: rgb(21,95,205); }

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

border-color css

<style>
 span { border-color: #155FCD; }

 span { border-color: rgb(21,95,205); }

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