#10313F

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

Shades of Blue Whale #10313F

Tints of Blue Whale #10313F

Color information

#10313F (or 0x10313F) is unknown color: approx Blue Whale. HEX triplet: 10, 31 and 3F. RGB value is (16,49,63). Sum of RGB (Red+Green+Blue) = 16+49+63=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #10313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10313F is #EFCEC0. Grayscale: #282828. Windows color (decimal): -15716033 or 4141328. OLE color: 4141328.

HSL color Cylindrical-coordinate representation of color #10313F: hue angle of 197.87º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10313F is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB164963-
CMYK0.750.2200.75
HSL197.87º59.49%15.49%-
HSV(B)197.87º74.6%24.71%-
XYZ2.212.675.1-
YUV40.73140.57110.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.5%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 63 (25% from 255) = 49.22%
R=12.5%
G=38.28%
B=49.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1649630.750.2200.75197.8759.4915.49
Hex10313F4B1604Bc63bf
Octal2061771132601133067317
Binary1000011000111111110010111011001001011110001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10313F; }

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

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

<style>
 a { background-color: #10313F; }

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

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

<style>
 span { border-color: #10313F; }

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

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