Html Css Color HEX #155CCA Denim

📋 copy color: '#155CCA'

red 21 ◦ green 92 ◦ blue 202

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

Shades of Denim #155CCA

Tints of Denim #155CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.13%

R = 6.67%
G = 29.21%
B = 64.13%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#155CCA (or 0x155CCA) is known color: Denim. HEX triplet: 15, 5C and CA. RGB value is (21,92,202). Sum of RGB (Red+Green+Blue) = 21+92+202=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #155CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CCA is #EAA335. Grayscale: #525252. Windows color (decimal): -15377206 or 13261845. OLE color: 13261845.

HSL color Cylindrical-coordinate representation of color #155CCA: hue angle of 216.46º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155CCA is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 92 202 -
CMYK 0.90 0.54 0 0.21
HSL 216.46º 0.81% 0.44% -
HSV(B) 216.46º 0.9% 0.79% -
XYZ 14.8 12.08 57.43 -
YUV 83.31 194.98 83.56 -
System Red Green Blue C M Y K H S L
Decimal 21 92 202 0.90 0.54 0 0.21 216.46 0.81 0.44
Hex 15 5C CA 5A 36 0 15 D8 51 2C
Octal 25 134 312 132 66 0 25 330 121 54
Binary 10101 1011100 11001010 1011010 110110 0 10101 11011000 1010001 101100

Color Harmonies of #155CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155CCA

Black with #155CCA

Text Example


Text Example

White with #155CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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