#1A333F

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

Shades of Blue Whale #1A333F

Tints of Blue Whale #1A333F

Color information

#1A333F (or 0x1A333F) is unknown color: approx Blue Whale. HEX triplet: 1A, 33 and 3F. RGB value is (26,51,63). Sum of RGB (Red+Green+Blue) = 26+51+63=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #1A333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A333F is #E5CCC0. Grayscale: #2C2C2C. Windows color (decimal): -15060161 or 4141850. OLE color: 4141850.

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

Color convert

RGB265163-
CMYK0.590.1900.75
HSL199.46º41.57%17.45%-
HSV(B)199.46º58.73%24.71%-
XYZ2.512.955.14-
YUV44.89138.22114.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.57%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 63 (25% from 255) = 45%
R=18.57%
G=36.43%
B=45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2651630.590.1900.75199.4641.5717.45
Hex1A333F3B1304Bc72a11
Octal326377732301133075221
Binary1101011001111111111101110011010010111100011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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