#10313D

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

Shades of Blue Whale #10313D

Tints of Blue Whale #10313D

Color information

#10313D (or 0x10313D) is unknown color: approx Blue Whale. HEX triplet: 10, 31 and 3D. RGB value is (16,49,61). Sum of RGB (Red+Green+Blue) = 16+49+61=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #10313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10313D is #EFCEC2. Grayscale: #282828. Windows color (decimal): -15716035 or 4010256. OLE color: 4010256.

HSL color Cylindrical-coordinate representation of color #10313D: hue angle of 196º degrees, saturation: 0.58, 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 #10313D is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB164961-
CMYK0.740.2000.76
HSL196º58.44%15.1%-
HSV(B)196º73.77%23.92%-
XYZ2.152.644.81-
YUV40.5139.57110.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 61 (24.22% from 255) = 48.41%
R=12.70%
G=38.89%
B=48.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1649610.740.2000.7619658.4415.1
Hex10313D4A1404Cc43af
Octal2061751122401143047217
Binary1000011000111110110010101010001001100110001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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