#0a304e

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

Shades of Blue Whale #0A304E

Tints of Blue Whale #0A304E

Color information

#0A304E (or 0x0A304E) is unknown color: approx Blue Whale. HEX triplet: 0A, 30 and 4E. RGB value is (10,48,78). Sum of RGB (Red+Green+Blue) = 10+48+78=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #0A304E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A304E is #F5CFB1. Grayscale: #272727. Windows color (decimal): -16109490 or 5124106. OLE color: 5124106.

HSL color Cylindrical-coordinate representation of color #0A304E: hue angle of 206.47º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A304E is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB104878-
CMYK0.870.3800.69
HSL206.47º77.27%17.25%-
HSV(B)206.47º87.18%30.59%-
XYZ2.562.737.6-
YUV40.06149.41106.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.35%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 78 (30.86% from 255) = 57.35%
R=7.35%
G=35.29%
B=57.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1048780.870.3800.69206.4777.2717.25
HexA304E5726045ce4d11
Octal126011612746010531611521
Binary1010110000100111010101111001100100010111001110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a304e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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