Html Css Color HEX #155DCF Denim

📋 copy color: '#155DCF'

red 21 ◦ green 93 ◦ blue 207

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

Shades of Denim #155DCF

Tints of Denim #155DCF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.97%

 BLUE value IS 207 (81.25% from 255) = 64.49%

R = 6.54%
G = 28.97%
B = 64.49%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#155DCF (or 0x155DCF) is known color: Denim. HEX triplet: 15, 5D and CF. RGB value is (21,93,207). Sum of RGB (Red+Green+Blue) = 21+93+207=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #155DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155DCF is #EAA230. Grayscale: #535353. Windows color (decimal): -15376945 or 13589781. OLE color: 13589781.

HSL color Cylindrical-coordinate representation of color #155DCF: hue angle of 216.77º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155DCF is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 93 207 -
CMYK 0.90 0.55 0 0.19
HSL 216.77º 0.82% 0.45% -
HSV(B) 216.77º 0.9% 0.81% -
XYZ 15.49 12.49 60.63 -
YUV 84.47 197.15 82.73 -
System Red Green Blue C M Y K H S L
Decimal 21 93 207 0.90 0.55 0 0.19 216.77 0.82 0.45
Hex 15 5D CF 5A 37 0 13 D9 52 2D
Octal 25 135 317 132 67 0 23 331 122 55
Binary 10101 1011101 11001111 1011010 110111 0 10011 11011001 1010010 101101

Color Harmonies of #155DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155DCF

Black with #155DCF

Text Example


Text Example

White with #155DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,93,207); }

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

background-color css

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

 a { background-color: rgb(21,93,207); }

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

border-color css

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

 span { border-color: rgb(21,93,207); }

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