Html Css Color HEX #155FAF Denim

📋 copy color: '#155FAF'

red 21 ◦ green 95 ◦ blue 175

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

Shades of Denim #155FAF

Tints of Denim #155FAF

RGB

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

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

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

R = 7.22%
G = 32.65%
B = 60.14%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#155FAF (or 0x155FAF) is known color: Denim. HEX triplet: 15, 5F and AF. RGB value is (21,95,175). Sum of RGB (Red+Green+Blue) = 21+95+175=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #155FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155FAF is #EAA050. Grayscale: #515151. Windows color (decimal): -15376465 or 11493141. OLE color: 11493141.

HSL color Cylindrical-coordinate representation of color #155FAF: hue angle of 211.17º 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 #155FAF is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 95 175 -
CMYK 0.88 0.46 0 0.31
HSL 211.17º 0.79% 0.38% -
HSV(B) 211.17º 0.88% 0.69% -
XYZ 12.14 11.44 42.13 -
YUV 81.99 180.48 84.5 -
System Red Green Blue C M Y K H S L
Decimal 21 95 175 0.88 0.46 0 0.31 211.17 0.79 0.38
Hex 15 5F AF 58 2E 0 1F D3 4F 26
Octal 25 137 257 130 56 0 37 323 117 46
Binary 10101 1011111 10101111 1011000 101110 0 11111 11010011 1001111 100110

Color Harmonies of #155FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FAF

Black with #155FAF

Text Example


Text Example

White with #155FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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