#1A334A

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

Shades of Blue Whale #1A334A

Tints of Blue Whale #1A334A

Color information

#1A334A (or 0x1A334A) is unknown color: approx Blue Whale. HEX triplet: 1A, 33 and 4A. RGB value is (26,51,74). Sum of RGB (Red+Green+Blue) = 26+51+74=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #1A334A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A334A is #E5CCB5. Grayscale: #2E2E2E. Windows color (decimal): -15060150 or 4862746. OLE color: 4862746.

HSL color Cylindrical-coordinate representation of color #1A334A: hue angle of 208.75º 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 #1A334A is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB265174-
CMYK0.650.3100.71
HSL208.75º48%19.61%-
HSV(B)208.75º64.86%29.02%-
XYZ2.853.086.92-
YUV46.15143.72113.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.22%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 74 (29.30% from 255) = 49.01%
R=17.22%
G=33.77%
B=49.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2651740.650.3100.71208.754819.61
Hex1A334A411F047d13014
Octal32631121013701073216024
Binary110101100111001010100000111111010001111101000111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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