Html Css Color HEX #155CCE Denim

📋 copy color: '#155CCE'

red 21 ◦ green 92 ◦ blue 206

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

Shades of Denim #155CCE

Tints of Denim #155CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.84%

 BLUE value IS 206 (80.86% from 255) = 64.58%

R = 6.58%
G = 28.84%
B = 64.58%

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

#155CCE (or 0x155CCE) is known color: Denim. HEX triplet: 15, 5C and CE. RGB value is (21,92,206). Sum of RGB (Red+Green+Blue) = 21+92+206=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #155CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CCE is #EAA331. Grayscale: #535353. Windows color (decimal): -15377202 or 13523989. OLE color: 13523989.

HSL color Cylindrical-coordinate representation of color #155CCE: hue angle of 216.97º degrees, saturation: 0.81, 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 #155CCE is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 92 206 -
CMYK 0.90 0.55 0 0.19
HSL 216.97º 0.81% 0.45% -
HSV(B) 216.97º 0.9% 0.81% -
XYZ 15.28 12.27 59.96 -
YUV 83.77 196.98 83.23 -
System Red Green Blue C M Y K H S L
Decimal 21 92 206 0.90 0.55 0 0.19 216.97 0.81 0.45
Hex 15 5C CE 5A 37 0 13 D9 51 2D
Octal 25 134 316 132 67 0 23 331 121 55
Binary 10101 1011100 11001110 1011010 110111 0 10011 11011001 1010001 101101

Color Harmonies of #155CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155CCE

Black with #155CCE

Text Example


Text Example

White with #155CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,92,206); }

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

background-color css

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

 a { background-color: rgb(21,92,206); }

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

border-color css

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

 span { border-color: rgb(21,92,206); }

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