Html Css Color HEX #155CA4 Denim

📋 copy color: '#155CA4'

red 21 ◦ green 92 ◦ blue 164

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

Shades of Denim #155CA4

Tints of Denim #155CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 59.21%

R = 7.58%
G = 33.21%
B = 59.21%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#155CA4 (or 0x155CA4) is known color: Denim. HEX triplet: 15, 5C and A4. RGB value is (21,92,164). Sum of RGB (Red+Green+Blue) = 21+92+164=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 164 (64.45% from 255 or 59.21% from 277); Max value from RGB is 164 - color contains mainly: blue. Hex color #155CA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155CA4 is #EAA35B. Grayscale: #4E4E4E. Windows color (decimal): -15377244 or 10771477. OLE color: 10771477.

HSL color Cylindrical-coordinate representation of color #155CA4: hue angle of 210.21º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #155CA4 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 92 164 -
CMYK 0.87 0.44 0 0.36
HSL 210.21º 0.77% 0.36% -
HSV(B) 210.21º 0.87% 0.64% -
XYZ 10.84 10.49 36.58 -
YUV 78.98 175.98 86.65 -
System Red Green Blue C M Y K H S L
Decimal 21 92 164 0.87 0.44 0 0.36 210.21 0.77 0.36
Hex 15 5C A4 57 2C 0 24 D2 4D 24
Octal 25 134 244 127 54 0 44 322 115 44
Binary 10101 1011100 10100100 1010111 101100 0 100100 11010010 1001101 100100

Color Harmonies of #155CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155CA4

Black with #155CA4

Text Example


Text Example

White with #155CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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