Html Css Color HEX #155267 Arapawa

📋 copy color: '#155267'

red 21 ◦ green 82 ◦ blue 103

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

Shades of Arapawa #155267

Tints of Arapawa #155267

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.81%

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

R = 10.19%
G = 39.81%
B = 50%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#155267 (or 0x155267) is known color: Arapawa. HEX triplet: 15, 52 and 67. RGB value is (21,82,103). Sum of RGB (Red+Green+Blue) = 21+82+103=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #155267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155267 is #EAAD98. Grayscale: #424242. Windows color (decimal): -15379865 or 6771221. OLE color: 6771221.

HSL color Cylindrical-coordinate representation of color #155267: hue angle of 195.37º 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 #155267 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 82 103 -
CMYK 0.80 0.20 0 0.60
HSL 195.37º 0.66% 0.24% -
HSV(B) 195.37º 0.8% 0.4% -
XYZ 5.77 7.17 13.91 -
YUV 66.16 148.79 95.79 -
System Red Green Blue C M Y K H S L
Decimal 21 82 103 0.80 0.20 0 0.60 195.37 0.66 0.24
Hex 15 52 67 50 14 0 3C C3 42 18
Octal 25 122 147 120 24 0 74 303 102 30
Binary 10101 1010010 1100111 1010000 10100 0 111100 11000011 1000010 11000

Color Harmonies of #155267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155267

Black with #155267

Text Example


Text Example

White with #155267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155267; }

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

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

background-color css

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

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

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

border-color css

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

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

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