Html Css Color HEX #155368 Arapawa

📋 copy color: '#155368'

red 21 ◦ green 83 ◦ blue 104

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

Shades of Arapawa #155368

Tints of Arapawa #155368

RGB

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

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

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

R = 10.1%
G = 39.9%
B = 50%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#155368 (or 0x155368) is known color: Arapawa. HEX triplet: 15, 53 and 68. RGB value is (21,83,104). Sum of RGB (Red+Green+Blue) = 21+83+104=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #155368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155368 is #EAAC97. Grayscale: #424242. Windows color (decimal): -15379608 or 6837013. OLE color: 6837013.

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

Color convert

RGB 21 83 104 -
CMYK 0.80 0.20 0 0.59
HSL 195.18º 0.66% 0.25% -
HSV(B) 195.18º 0.8% 0.41% -
XYZ 5.9 7.35 14.2 -
YUV 66.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 21 83 104 0.80 0.20 0 0.59 195.18 0.66 0.25
Hex 15 53 68 50 14 0 3B C3 42 19
Octal 25 123 150 120 24 0 73 303 102 31
Binary 10101 1010011 1101000 1010000 10100 0 111011 11000011 1000010 11001

Color Harmonies of #155368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155368

Black with #155368

Text Example


Text Example

White with #155368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155368; }

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

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

background-color css

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

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

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

border-color css

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

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

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