#1A4E67

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

Shades of Arapawa #1A4E67

Tints of Arapawa #1A4E67

Color information

#1A4E67 (or 0x1A4E67) is unknown color: approx Arapawa. HEX triplet: 1A, 4E and 67. RGB value is (26,78,103). Sum of RGB (Red+Green+Blue) = 26+78+103=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #1A4E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4E67 is #E5B198. Grayscale: #414141. Windows color (decimal): -15053209 or 6770202. OLE color: 6770202.

HSL color Cylindrical-coordinate representation of color #1A4E67: hue angle of 199.48º degrees, saturation: 0.6, 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 #1A4E67 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2678103-
CMYK0.750.2400.60
HSL199.48º59.69%25.29%-
HSV(B)199.48º74.76%40.39%-
XYZ5.66.6513.82-
YUV65.3149.2799.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.56%
GREEN value IS 78 (30.86% from 255) = 37.68%
BLUE value IS 103 (40.62% from 255) = 49.76%
R=12.56%
G=37.68%
B=49.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26781030.750.2400.60199.4859.6925.29
Hex1A4E674B1803Cc73c19
Octal32116147113300743077431
Binary110101001110110011110010111100001111001100011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,78,103); }

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

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

 a { background-color: rgb(26,78,103); }

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

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

 span { border-color: rgb(26,78,103); }

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