#0A2F40

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

Shades of Blue Whale #0A2F40

Tints of Blue Whale #0A2F40

Color information

#0A2F40 (or 0x0A2F40) is unknown color: approx Blue Whale. HEX triplet: 0A, 2F and 40. RGB value is (10,47,64). Sum of RGB (Red+Green+Blue) = 10+47+64=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A2F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2F40 is #F5D0BF. Grayscale: #252525. Windows color (decimal): -16109760 or 4206346. OLE color: 4206346.

HSL color Cylindrical-coordinate representation of color #0A2F40: hue angle of 198.89º 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 #0A2F40 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB104764-
CMYK0.840.2700.75
HSL198.89º72.97%14.51%-
HSV(B)198.89º84.38%25.1%-
XYZ2.072.475.22-
YUV37.88142.74108.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.26%
GREEN value IS 47 (18.75% from 255) = 38.84%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=8.26%
G=38.84%
B=52.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1047640.840.2700.75198.8972.9714.51
HexA2F40541B04Bc749f
Octal125710012433011330711117
Binary10101011111000000101010011011010010111100011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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