#1A333D

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

Shades of Blue Whale #1A333D

Tints of Blue Whale #1A333D

Color information

#1A333D (or 0x1A333D) is unknown color: approx Blue Whale. HEX triplet: 1A, 33 and 3D. RGB value is (26,51,61). Sum of RGB (Red+Green+Blue) = 26+51+61=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 61 - color contains mainly: blue. Hex color #1A333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A333D is #E5CCC2. Grayscale: #2C2C2C. Windows color (decimal): -15060163 or 4010778. OLE color: 4010778.

HSL color Cylindrical-coordinate representation of color #1A333D: hue angle of 197.14º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A333D is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB265161-
CMYK0.570.1600.76
HSL197.14º40.23%17.06%-
HSV(B)197.14º57.38%23.92%-
XYZ2.452.924.85-
YUV44.66137.22114.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.84%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 61 (24.22% from 255) = 44.20%
R=18.84%
G=36.96%
B=44.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2651610.570.1600.76197.1440.2317.06
Hex1A333D391004Cc52811
Octal326375712001143055021
Binary1101011001111110111100110000010011001100010110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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