Html Css Color HEX #155366 Arapawa

📋 copy color: '#155366'

red 21 ◦ green 83 ◦ blue 102

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

Shades of Arapawa #155366

Tints of Arapawa #155366

RGB

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

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

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

R = 10.19%
G = 40.29%
B = 49.51%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#155366 (or 0x155366) is known color: Arapawa. HEX triplet: 15, 53 and 66. RGB value is (21,83,102). Sum of RGB (Red+Green+Blue) = 21+83+102=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #155366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155366 is #EAAC99. Grayscale: #424242. Windows color (decimal): -15379610 or 6705941. OLE color: 6705941.

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

Color convert

RGB 21 83 102 -
CMYK 0.79 0.19 0 0.6
HSL 194.07º 0.66% 0.24% -
HSV(B) 194.07º 0.79% 0.4% -
XYZ 5.8 7.31 13.67 -
YUV 66.63 147.96 95.46 -
System Red Green Blue C M Y K H S L
Decimal 21 83 102 0.79 0.19 0 0.6 194.07 0.66 0.24
Hex 15 53 66 4F 13 0 3C C2 42 18
Octal 25 123 146 117 23 0 74 302 102 30
Binary 10101 1010011 1100110 1001111 10011 0 111100 11000010 1000010 11000

Color Harmonies of #155366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155366

Black with #155366

Text Example


Text Example

White with #155366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155366; }

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

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

background-color css

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

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

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

border-color css

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

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

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