#0A3040

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

Shades of Blue Whale #0A3040

Tints of Blue Whale #0A3040

Color information

#0A3040 (or 0x0A3040) is unknown color: approx Blue Whale. HEX triplet: 0A, 30 and 40. RGB value is (10,48,64). Sum of RGB (Red+Green+Blue) = 10+48+64=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A3040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3040 is #F5CFBF. Grayscale: #262626. Windows color (decimal): -16109504 or 4206602. OLE color: 4206602.

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

Color convert

RGB104864-
CMYK0.840.2500.75
HSL197.78º72.97%14.51%-
HSV(B)197.78º84.38%25.1%-
XYZ2.112.555.23-
YUV38.46142.41107.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.20%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 64 (25.39% from 255) = 52.46%
R=8.20%
G=39.34%
B=52.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1048640.840.2500.75197.7872.9714.51
HexA3040541904Bc649f
Octal126010012431011330611117
Binary10101100001000000101010011001010010111100011010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A3040; }

 p { color: rgb(10,48,64); }

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

<style>
 a { background-color: #0A3040; }

 a { background-color: rgb(10,48,64); }

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

<style>
 span { border-color: #0A3040; }

 span { border-color: rgb(10,48,64); }

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