Html Css Color HEX #155DC9 Denim

📋 copy color: '#155DC9'

red 21 ◦ green 93 ◦ blue 201

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

Shades of Denim #155DC9

Tints of Denim #155DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 63.81%

R = 6.67%
G = 29.52%
B = 63.81%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#155DC9 (or 0x155DC9) is known color: Denim. HEX triplet: 15, 5D and C9. RGB value is (21,93,201). Sum of RGB (Red+Green+Blue) = 21+93+201=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 201 (78.91% from 255 or 63.81% from 315); Max value from RGB is 201 - color contains mainly: blue. Hex color #155DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155DC9 is #EAA236. Grayscale: #535353. Windows color (decimal): -15376951 or 13196565. OLE color: 13196565.

HSL color Cylindrical-coordinate representation of color #155DC9: hue angle of 216º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155DC9 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 93 201 -
CMYK 0.90 0.54 0 0.21
HSL 216º 0.81% 0.44% -
HSV(B) 216º 0.9% 0.79% -
XYZ 14.77 12.21 56.84 -
YUV 83.78 194.15 83.22 -
System Red Green Blue C M Y K H S L
Decimal 21 93 201 0.90 0.54 0 0.21 216 0.81 0.44
Hex 15 5D C9 5A 36 0 15 D8 51 2C
Octal 25 135 311 132 66 0 25 330 121 54
Binary 10101 1011101 11001001 1011010 110110 0 10101 11011000 1010001 101100

Color Harmonies of #155DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155DC9

Black with #155DC9

Text Example


Text Example

White with #155DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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