#1A4F66

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

Shades of Arapawa #1A4F66

Tints of Arapawa #1A4F66

Color information

#1A4F66 (or 0x1A4F66) is unknown color: approx Arapawa. HEX triplet: 1A, 4F and 66. RGB value is (26,79,102). Sum of RGB (Red+Green+Blue) = 26+79+102=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #1A4F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4F66 is #E5B099. Grayscale: #414141. Windows color (decimal): -15052954 or 6704922. OLE color: 6704922.

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

Color convert

RGB2679102-
CMYK0.750.2300.6
HSL198.16º59.38%25.1%-
HSV(B)198.16º74.51%40%-
XYZ5.626.7713.58-
YUV65.78148.4499.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.56%
GREEN value IS 79 (31.25% from 255) = 38.16%
BLUE value IS 102 (40.23% from 255) = 49.28%
R=12.56%
G=38.16%
B=49.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal26791020.750.2300.6198.1659.3825.1
Hex1A4F664B1703Cc63b19
Octal32117146113270743067331
Binary110101001111110011010010111011101111001100011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,79,102); }

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

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

 a { background-color: rgb(26,79,102); }

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

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

 span { border-color: rgb(26,79,102); }

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