#10314C

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

Shades of Blue Whale #10314C

Tints of Blue Whale #10314C

Color information

#10314C (or 0x10314C) is unknown color: approx Blue Whale. HEX triplet: 10, 31 and 4C. RGB value is (16,49,76). Sum of RGB (Red+Green+Blue) = 16+49+76=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 76 (30.08% from 255 or 53.90% from 141); Max value from RGB is 76 - color contains mainly: blue. Hex color #10314C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10314C is #EFCEB3. Grayscale: #2A2A2A. Windows color (decimal): -15716020 or 4993296. OLE color: 4993296.

HSL color Cylindrical-coordinate representation of color #10314C: hue angle of 207º degrees, saturation: 0.65, 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 #10314C is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB164976-
CMYK0.790.3600.70
HSL207º65.22%18.04%-
HSV(B)207º78.95%29.8%-
XYZ2.622.837.25-
YUV42.21147.07109.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.35%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 76 (30.08% from 255) = 53.90%
R=11.35%
G=34.75%
B=53.90%

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
Decimal1649760.790.3600.7020765.2218.04
Hex10314C4F24046cf4112
Octal206111411744010631710122
Binary10000110001100110010011111001000100011011001111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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