#10314D

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

Shades of Blue Whale #10314D

Tints of Blue Whale #10314D

Color information

#10314D (or 0x10314D) is unknown color: approx Blue Whale. HEX triplet: 10, 31 and 4D. RGB value is (16,49,77). Sum of RGB (Red+Green+Blue) = 16+49+77=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #10314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10314D is #EFCEB2. Grayscale: #2A2A2A. Windows color (decimal): -15716019 or 5058832. OLE color: 5058832.

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

Color convert

RGB164977-
CMYK0.790.3600.70
HSL207.54º65.59%18.24%-
HSV(B)207.54º79.22%30.2%-
XYZ2.652.847.43-
YUV42.32147.57109.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.27%
GREEN value IS 49 (19.53% from 255) = 34.51%
BLUE value IS 77 (30.47% from 255) = 54.23%
R=11.27%
G=34.51%
B=54.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1649770.790.3600.70207.5465.5918.24
Hex10314D4F24046d04212
Octal206111511744010632010222
Binary10000110001100110110011111001000100011011010000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10314D; }

 p { color: rgb(16,49,77); }

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

<style>
 a { background-color: #10314D; }

 a { background-color: rgb(16,49,77); }

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

<style>
 span { border-color: #10314D; }

 span { border-color: rgb(16,49,77); }

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