#1A334D

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

Shades of Blue Whale #1A334D

Tints of Blue Whale #1A334D

Color information

#1A334D (or 0x1A334D) is unknown color: approx Blue Whale. HEX triplet: 1A, 33 and 4D. RGB value is (26,51,77). Sum of RGB (Red+Green+Blue) = 26+51+77=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A334D is #E5CCB2. Grayscale: #2E2E2E. Windows color (decimal): -15060147 or 5059354. OLE color: 5059354.

HSL color Cylindrical-coordinate representation of color #1A334D: hue angle of 210.59º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A334D is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB265177-
CMYK0.660.3400.70
HSL210.59º49.51%20.2%-
HSV(B)210.59º66.23%30.2%-
XYZ2.953.127.47-
YUV46.49145.22113.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.88%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 77 (30.47% from 255) = 50%
R=16.88%
G=33.12%
B=50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2651770.660.3400.70210.5949.5120.2
Hex1A334D4222046d33214
Octal32631151024201063236224
Binary1101011001110011011000010100010010001101101001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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