Html Css Color HEX #155166 Arapawa

📋 copy color: '#155166'

red 21 ◦ green 81 ◦ blue 102

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

Shades of Arapawa #155166

Tints of Arapawa #155166

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.71%

 BLUE value IS 102 (40.23% from 255) = 50%

R = 10.29%
G = 39.71%
B = 50%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#155166 (or 0x155166) is known color: Arapawa. HEX triplet: 15, 51 and 66. RGB value is (21,81,102). Sum of RGB (Red+Green+Blue) = 21+81+102=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #155166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155166 is #EAAE99. Grayscale: #414141. Windows color (decimal): -15380122 or 6705429. OLE color: 6705429.

HSL color Cylindrical-coordinate representation of color #155166: hue angle of 195.56º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155166 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 81 102 -
CMYK 0.79 0.21 0 0.6
HSL 195.56º 0.66% 0.24% -
HSV(B) 195.56º 0.79% 0.4% -
XYZ 5.65 7 13.62 -
YUV 65.45 148.62 96.29 -
System Red Green Blue C M Y K H S L
Decimal 21 81 102 0.79 0.21 0 0.6 195.56 0.66 0.24
Hex 15 51 66 4F 15 0 3C C4 42 18
Octal 25 121 146 117 25 0 74 304 102 30
Binary 10101 1010001 1100110 1001111 10101 0 111100 11000100 1000010 11000

Color Harmonies of #155166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155166

Black with #155166

Text Example


Text Example

White with #155166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155166; }

 p { color: rgb(21,81,102); }

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

background-color css

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

 a { background-color: rgb(21,81,102); }

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

border-color css

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

 span { border-color: rgb(21,81,102); }

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