Html Css Color HEX #155464 Arapawa

📋 copy color: '#155464'

red 21 ◦ green 84 ◦ blue 100

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

Shades of Arapawa #155464

Tints of Arapawa #155464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.98%

 BLUE value IS 100 (39.45% from 255) = 48.78%

R = 10.24%
G = 40.98%
B = 48.78%

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

#155464 (or 0x155464) is known color: Arapawa. HEX triplet: 15, 54 and 64. RGB value is (21,84,100). Sum of RGB (Red+Green+Blue) = 21+84+100=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #155464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155464 is #EAAB9B. Grayscale: #424242. Windows color (decimal): -15379356 or 6575125. OLE color: 6575125.

HSL color Cylindrical-coordinate representation of color #155464: hue angle of 192.15º 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 #155464 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 84 100 -
CMYK 0.79 0.16 0 0.61
HSL 192.15º 0.65% 0.24% -
HSV(B) 192.15º 0.79% 0.39% -
XYZ 5.78 7.42 13.18 -
YUV 66.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 21 84 100 0.79 0.16 0 0.61 192.15 0.65 0.24
Hex 15 54 64 4F 10 0 3D C0 41 18
Octal 25 124 144 117 20 0 75 300 101 30
Binary 10101 1010100 1100100 1001111 10000 0 111101 11000000 1000001 11000

Color Harmonies of #155464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155464

Black with #155464

Text Example


Text Example

White with #155464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155464; }

 p { color: rgb(21,84,100); }

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

background-color css

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

 a { background-color: rgb(21,84,100); }

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

border-color css

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

 span { border-color: rgb(21,84,100); }

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