#1A364D

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

Shades of Blue Whale #1A364D

Tints of Blue Whale #1A364D

Color information

#1A364D (or 0x1A364D) is unknown color: approx Blue Whale. HEX triplet: 1A, 36 and 4D. RGB value is (26,54,77). Sum of RGB (Red+Green+Blue) = 26+54+77=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A364D is #E5C9B2. Grayscale: #303030. Windows color (decimal): -15059379 or 5060122. OLE color: 5060122.

HSL color Cylindrical-coordinate representation of color #1A364D: hue angle of 207.06º 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 #1A364D is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB265477-
CMYK0.660.3000.70
HSL207.06º49.51%20.2%-
HSV(B)207.06º66.23%30.2%-
XYZ3.083.397.51-
YUV48.25144.22112.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.56%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=16.56%
G=34.39%
B=49.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2654770.660.3000.70207.0649.5120.2
Hex1A364D421E046cf3214
Octal32661151023601063176224
Binary110101101101001101100001011110010001101100111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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