Html Css Color HEX #155CAE Denim

📋 copy color: '#155CAE'

red 21 ◦ green 92 ◦ blue 174

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

Shades of Denim #155CAE

Tints of Denim #155CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.63%

R = 7.32%
G = 32.06%
B = 60.63%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#155CAE (or 0x155CAE) is known color: Denim. HEX triplet: 15, 5C and AE. RGB value is (21,92,174). Sum of RGB (Red+Green+Blue) = 21+92+174=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #155CAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155CAE is #EAA351. Grayscale: #4F4F4F. Windows color (decimal): -15377234 or 11426837. OLE color: 11426837.

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

Color convert

RGB 21 92 174 -
CMYK 0.88 0.47 0 0.32
HSL 212.16º 0.78% 0.38% -
HSV(B) 212.16º 0.88% 0.68% -
XYZ 11.78 10.87 41.52 -
YUV 80.12 180.98 85.83 -
System Red Green Blue C M Y K H S L
Decimal 21 92 174 0.88 0.47 0 0.32 212.16 0.78 0.38
Hex 15 5C AE 58 2F 0 20 D4 4E 26
Octal 25 134 256 130 57 0 40 324 116 46
Binary 10101 1011100 10101110 1011000 101111 0 100000 11010100 1001110 100110

Color Harmonies of #155CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155CAE

Black with #155CAE

Text Example


Text Example

White with #155CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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