#0A3249

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

Shades of Blue Whale #0A3249

Tints of Blue Whale #0A3249

Color information

#0A3249 (or 0x0A3249) is unknown color: approx Blue Whale. HEX triplet: 0A, 32 and 49. RGB value is (10,50,73). Sum of RGB (Red+Green+Blue) = 10+50+73=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A3249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3249 is #F5CDB6. Grayscale: #282828. Windows color (decimal): -16108983 or 4796938. OLE color: 4796938.

HSL color Cylindrical-coordinate representation of color #0A3249: hue angle of 201.9º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A3249 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB105073-
CMYK0.860.3200.71
HSL201.9º75.9%16.27%-
HSV(B)201.9º86.3%28.63%-
XYZ2.472.836.72-
YUV40.66146.25106.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.52%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 73 (28.91% from 255) = 54.89%
R=7.52%
G=37.59%
B=54.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1050730.860.3200.71201.975.916.27
HexA32495620047ca4c10
Octal126211112640010731211420
Binary1010110010100100110101101000000100011111001010100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,50,73); }

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

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

 a { background-color: rgb(10,50,73); }

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

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

 span { border-color: rgb(10,50,73); }

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