Html Css Color HEX #155467 Arapawa

📋 copy color: '#155467'

red 21 ◦ green 84 ◦ blue 103

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

Shades of Arapawa #155467

Tints of Arapawa #155467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.52%

R = 10.1%
G = 40.38%
B = 49.52%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#155467 (or 0x155467) is known color: Arapawa. HEX triplet: 15, 54 and 67. RGB value is (21,84,103). Sum of RGB (Red+Green+Blue) = 21+84+103=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #155467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155467 is #EAAB98. Grayscale: #434343. Windows color (decimal): -15379353 or 6771733. OLE color: 6771733.

HSL color Cylindrical-coordinate representation of color #155467: hue angle of 193.9º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155467 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 84 103 -
CMYK 0.80 0.18 0 0.60
HSL 193.9º 0.66% 0.24% -
HSV(B) 193.9º 0.8% 0.4% -
XYZ 5.93 7.48 13.96 -
YUV 67.33 148.13 94.96 -
System Red Green Blue C M Y K H S L
Decimal 21 84 103 0.80 0.18 0 0.60 193.9 0.66 0.24
Hex 15 54 67 50 12 0 3C C2 42 18
Octal 25 124 147 120 22 0 74 302 102 30
Binary 10101 1010100 1100111 1010000 10010 0 111100 11000010 1000010 11000

Color Harmonies of #155467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155467

Black with #155467

Text Example


Text Example

White with #155467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155467; }

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

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

background-color css

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

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

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

border-color css

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

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

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