Html Css Color HEX #155069 Arapawa

📋 copy color: '#155069'

red 21 ◦ green 80 ◦ blue 105

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

Shades of Arapawa #155069

Tints of Arapawa #155069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.83%

 BLUE value IS 105 (41.41% from 255) = 50.97%

R = 10.19%
G = 38.83%
B = 50.97%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#155069 (or 0x155069) is known color: Arapawa. HEX triplet: 15, 50 and 69. RGB value is (21,80,105). Sum of RGB (Red+Green+Blue) = 21+80+105=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #155069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155069 is #EAAF96. Grayscale: #414141. Windows color (decimal): -15380375 or 6901781. OLE color: 6901781.

HSL color Cylindrical-coordinate representation of color #155069: hue angle of 197.86º degrees, saturation: 0.67, 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 #155069 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 80 105 -
CMYK 0.80 0.24 0 0.59
HSL 197.86º 0.67% 0.25% -
HSV(B) 197.86º 0.8% 0.41% -
XYZ 5.73 6.92 14.4 -
YUV 65.21 150.45 96.47 -
System Red Green Blue C M Y K H S L
Decimal 21 80 105 0.80 0.24 0 0.59 197.86 0.67 0.25
Hex 15 50 69 50 18 0 3B C6 43 19
Octal 25 120 151 120 30 0 73 306 103 31
Binary 10101 1010000 1101001 1010000 11000 0 111011 11000110 1000011 11001

Color Harmonies of #155069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155069

Black with #155069

Text Example


Text Example

White with #155069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155069; }

 p { color: rgb(21,80,105); }

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

background-color css

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

 a { background-color: rgb(21,80,105); }

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

border-color css

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

 span { border-color: rgb(21,80,105); }

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