Html Css Color HEX #155168 Arapawa

📋 copy color: '#155168'

red 21 ◦ green 81 ◦ blue 104

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

Shades of Arapawa #155168

Tints of Arapawa #155168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.49%

R = 10.19%
G = 39.32%
B = 50.49%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#155168 (or 0x155168) is known color: Arapawa. HEX triplet: 15, 51 and 68. RGB value is (21,81,104). Sum of RGB (Red+Green+Blue) = 21+81+104=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #155168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155168 is #EAAE97. Grayscale: #414141. Windows color (decimal): -15380120 or 6836501. OLE color: 6836501.

HSL color Cylindrical-coordinate representation of color #155168: hue angle of 196.63º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155168 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 81 104 -
CMYK 0.80 0.22 0 0.59
HSL 196.63º 0.66% 0.25% -
HSV(B) 196.63º 0.8% 0.41% -
XYZ 5.75 7.04 14.15 -
YUV 65.68 149.62 96.13 -
System Red Green Blue C M Y K H S L
Decimal 21 81 104 0.80 0.22 0 0.59 196.63 0.66 0.25
Hex 15 51 68 50 16 0 3B C5 42 19
Octal 25 121 150 120 26 0 73 305 102 31
Binary 10101 1010001 1101000 1010000 10110 0 111011 11000101 1000010 11001

Color Harmonies of #155168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155168

Black with #155168

Text Example


Text Example

White with #155168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155168; }

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

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

background-color css

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

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

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

border-color css

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

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

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