Html Css Color HEX #155FCE Denim

📋 copy color: '#155FCE'

red 21 ◦ green 95 ◦ blue 206

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

Shades of Denim #155FCE

Tints of Denim #155FCE

RGB

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

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

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

R = 6.52%
G = 29.5%
B = 63.98%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#155FCE (or 0x155FCE) is known color: Denim. HEX triplet: 15, 5F and CE. RGB value is (21,95,206). Sum of RGB (Red+Green+Blue) = 21+95+206=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #155FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FCE is #EAA031. Grayscale: #555555. Windows color (decimal): -15376434 or 13524757. OLE color: 13524757.

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

Color convert

RGB 21 95 206 -
CMYK 0.90 0.54 0 0.19
HSL 216º 0.81% 0.45% -
HSV(B) 216º 0.9% 0.81% -
XYZ 15.54 12.8 60.04 -
YUV 85.53 195.98 81.97 -
System Red Green Blue C M Y K H S L
Decimal 21 95 206 0.90 0.54 0 0.19 216 0.81 0.45
Hex 15 5F CE 5A 36 0 13 D8 51 2D
Octal 25 137 316 132 66 0 23 330 121 55
Binary 10101 1011111 11001110 1011010 110110 0 10011 11011000 1010001 101101

Color Harmonies of #155FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FCE

Black with #155FCE

Text Example


Text Example

White with #155FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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