Html Css Color HEX #155363 Arapawa

📋 copy color: '#155363'

red 21 ◦ green 83 ◦ blue 99

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

Shades of Arapawa #155363

Tints of Arapawa #155363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

 BLUE value IS 99 (39.06% from 255) = 48.77%

R = 10.34%
G = 40.89%
B = 48.77%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#155363 (or 0x155363) is known color: Arapawa. HEX triplet: 15, 53 and 63. RGB value is (21,83,99). Sum of RGB (Red+Green+Blue) = 21+83+99=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #155363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155363 is #EAAC9C. Grayscale: #424242. Windows color (decimal): -15379613 or 6509333. OLE color: 6509333.

HSL color Cylindrical-coordinate representation of color #155363: hue angle of 192.31º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155363 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 83 99 -
CMYK 0.79 0.16 0 0.61
HSL 192.31º 0.65% 0.24% -
HSV(B) 192.31º 0.79% 0.39% -
XYZ 5.65 7.25 12.91 -
YUV 66.29 146.46 95.7 -
System Red Green Blue C M Y K H S L
Decimal 21 83 99 0.79 0.16 0 0.61 192.31 0.65 0.24
Hex 15 53 63 4F 10 0 3D C0 41 18
Octal 25 123 143 117 20 0 75 300 101 30
Binary 10101 1010011 1100011 1001111 10000 0 111101 11000000 1000001 11000

Color Harmonies of #155363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155363

Black with #155363

Text Example


Text Example

White with #155363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155363; }

 p { color: rgb(21,83,99); }

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

background-color css

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

 a { background-color: rgb(21,83,99); }

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

border-color css

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

 span { border-color: rgb(21,83,99); }

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