#1A5165

Color #1A5165 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #1A5165

Tints of Arapawa #1A5165

Color information

#1A5165 (or 0x1A5165) is unknown color: approx Arapawa. HEX triplet: 1A, 51 and 65. RGB value is (26,81,101). Sum of RGB (Red+Green+Blue) = 26+81+101=208 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.5% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A5165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5165 is #E5AE9A. Grayscale: #424242. Windows color (decimal): -15052443 or 6639898. OLE color: 6639898.

HSL color Cylindrical-coordinate representation of color #1A5165: hue angle of 196º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A5165 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2681101-
CMYK0.740.2000.60
HSL196º59.06%24.9%-
HSV(B)196º74.26%39.61%-
XYZ5.727.0413.37-
YUV66.83147.2898.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.5%
GREEN value IS 81 (32.03% from 255) = 38.94%
BLUE value IS 101 (39.84% from 255) = 48.56%
R=12.5%
G=38.94%
B=48.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26811010.740.2000.6019659.0624.9
Hex1A51654A1403Cc43b19
Octal32121145112240743047331
Binary110101010001110010110010101010001111001100010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A5165; }

 p { color: rgb(26,81,101); }

 H1.HeaderClassName
 {
   color: #1A5165;
 }
 .AnyTagClassName
 {
   color: #1A5165;
 }
</style>
background-color css

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

 a { background-color: rgb(26,81,101); }

 div.DivClassName
 {
   background-color: #1A5165;
 }
 .BgClassName
 {
   background-color: #1A5165;
 }
</style>
border-color css

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

 span { border-color: rgb(26,81,101); }

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