Html Css Color HEX #155DAF Denim

📋 copy color: '#155DAF'

red 21 ◦ green 93 ◦ blue 175

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

Shades of Denim #155DAF

Tints of Denim #155DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.55%

R = 7.27%
G = 32.18%
B = 60.55%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#155DAF (or 0x155DAF) is known color: Denim. HEX triplet: 15, 5D and AF. RGB value is (21,93,175). Sum of RGB (Red+Green+Blue) = 21+93+175=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #155DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155DAF is #EAA250. Grayscale: #505050. Windows color (decimal): -15376977 or 11492629. OLE color: 11492629.

HSL color Cylindrical-coordinate representation of color #155DAF: hue angle of 211.95º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155DAF is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 93 175 -
CMYK 0.88 0.47 0 0.31
HSL 211.95º 0.79% 0.38% -
HSV(B) 211.95º 0.88% 0.69% -
XYZ 11.96 11.08 42.07 -
YUV 80.82 181.15 85.33 -
System Red Green Blue C M Y K H S L
Decimal 21 93 175 0.88 0.47 0 0.31 211.95 0.79 0.38
Hex 15 5D AF 58 2F 0 1F D4 4F 26
Octal 25 135 257 130 57 0 37 324 117 46
Binary 10101 1011101 10101111 1011000 101111 0 11111 11010100 1001111 100110

Color Harmonies of #155DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155DAF

Black with #155DAF

Text Example


Text Example

White with #155DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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