#10324E

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

Shades of Blue Whale #10324E

Tints of Blue Whale #10324E

Color information

#10324E (or 0x10324E) is unknown color: approx Blue Whale. HEX triplet: 10, 32 and 4E. RGB value is (16,50,78). Sum of RGB (Red+Green+Blue) = 16+50+78=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #10324E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10324E is #EFCDB1. Grayscale: #2A2A2A. Windows color (decimal): -15715762 or 5124624. OLE color: 5124624.

HSL color Cylindrical-coordinate representation of color #10324E: hue angle of 207.1º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10324E is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB165078-
CMYK0.790.3600.69
HSL207.1º65.96%18.43%-
HSV(B)207.1º79.49%30.59%-
XYZ2.732.947.63-
YUV43.03147.74108.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 78 (30.86% from 255) = 54.17%
R=11.11%
G=34.72%
B=54.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1650780.790.3600.69207.165.9618.43
Hex10324E4F24045cf4212
Octal206211611744010531710222
Binary10000110010100111010011111001000100010111001111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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