#10323E

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

Shades of Blue Whale #10323E

Tints of Blue Whale #10323E

Color information

#10323E (or 0x10323E) is unknown color: approx Blue Whale. HEX triplet: 10, 32 and 3E. RGB value is (16,50,62). Sum of RGB (Red+Green+Blue) = 16+50+62=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 62 - color contains mainly: blue. Hex color #10323E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10323E is #EFCDC1. Grayscale: #292929. Windows color (decimal): -15715778 or 4076048. OLE color: 4076048.

HSL color Cylindrical-coordinate representation of color #10323E: hue angle of 195.65º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10323E is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB165062-
CMYK0.740.1900.76
HSL195.65º58.97%15.29%-
HSV(B)195.65º74.19%24.31%-
XYZ2.222.744.97-
YUV41.2139.74110.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.5%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 62 (24.61% from 255) = 48.44%
R=12.5%
G=39.06%
B=48.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1650620.740.1900.76195.6558.9715.29
Hex10323E4A1304Cc43bf
Octal2062761122301143047317
Binary1000011001011111010010101001101001100110001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10323E; }

 p { color: rgb(16,50,62); }

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

<style>
 a { background-color: #10323E; }

 a { background-color: rgb(16,50,62); }

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

<style>
 span { border-color: #10323E; }

 span { border-color: rgb(16,50,62); }

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