#1A364A

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

Shades of Blue Whale #1A364A

Tints of Blue Whale #1A364A

Color information

#1A364A (or 0x1A364A) is unknown color: approx Blue Whale. HEX triplet: 1A, 36 and 4A. RGB value is (26,54,74). Sum of RGB (Red+Green+Blue) = 26+54+74=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #1A364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A364A is #E5C9B5. Grayscale: #2F2F2F. Windows color (decimal): -15059382 or 4863514. OLE color: 4863514.

HSL color Cylindrical-coordinate representation of color #1A364A: hue angle of 205º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A364A is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB265474-
CMYK0.650.2700.71
HSL205º48%19.61%-
HSV(B)205º64.86%29.02%-
XYZ2.983.356.97-
YUV47.91142.72112.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.88%
GREEN value IS 54 (21.48% from 255) = 35.06%
BLUE value IS 74 (29.30% from 255) = 48.05%
R=16.88%
G=35.06%
B=48.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2654740.650.2700.712054819.61
Hex1A364A411B047cd3014
Octal32661121013301073156024
Binary110101101101001010100000111011010001111100110111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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