Html Css Color HEX #155CAF Denim

📋 copy color: '#155CAF'

red 21 ◦ green 92 ◦ blue 175

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

Shades of Denim #155CAF

Tints of Denim #155CAF

RGB

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

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

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

R = 7.29%
G = 31.94%
B = 60.76%

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

#155CAF (or 0x155CAF) is known color: Denim. HEX triplet: 15, 5C and AF. RGB value is (21,92,175). Sum of RGB (Red+Green+Blue) = 21+92+175=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #155CAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155CAF is #EAA350. Grayscale: #4F4F4F. Windows color (decimal): -15377233 or 11492373. OLE color: 11492373.

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

Color convert

RGB 21 92 175 -
CMYK 0.88 0.47 0 0.31
HSL 212.34º 0.79% 0.38% -
HSV(B) 212.34º 0.88% 0.69% -
XYZ 11.87 10.91 42.04 -
YUV 80.23 181.48 85.75 -
System Red Green Blue C M Y K H S L
Decimal 21 92 175 0.88 0.47 0 0.31 212.34 0.79 0.38
Hex 15 5C AF 58 2F 0 1F D4 4F 26
Octal 25 134 257 130 57 0 37 324 117 46
Binary 10101 1011100 10101111 1011000 101111 0 11111 11010100 1001111 100110

Color Harmonies of #155CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155CAF

Black with #155CAF

Text Example


Text Example

White with #155CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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