#1A4A68

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

Shades of Arapawa #1A4A68

Tints of Arapawa #1A4A68

Color information

#1A4A68 (or 0x1A4A68) is unknown color: approx Arapawa. HEX triplet: 1A, 4A and 68. RGB value is (26,74,104). Sum of RGB (Red+Green+Blue) = 26+74+104=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A4A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4A68 is #E5B597. Grayscale: #3E3E3E. Windows color (decimal): -15054232 or 6834714. OLE color: 6834714.

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

Color convert

RGB2674104-
CMYK0.750.2900.59
HSL203.08º60%25.49%-
HSV(B)203.08º75%40.78%-
XYZ5.376.1213.99-
YUV63.07151.1101.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.75%
GREEN value IS 74 (29.30% from 255) = 36.27%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=12.75%
G=36.27%
B=50.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26741040.750.2900.59203.086025.49
Hex1A4A684B1D03Bcb3c19
Octal32112150113350733137431
Binary110101001010110100010010111110101110111100101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,74,104); }

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

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

 a { background-color: rgb(26,74,104); }

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

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

 span { border-color: rgb(26,74,104); }

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