#0A303F

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

Shades of Blue Whale #0A303F

Tints of Blue Whale #0A303F

Color information

#0A303F (or 0x0A303F) is unknown color: approx Blue Whale. HEX triplet: 0A, 30 and 3F. RGB value is (10,48,63). Sum of RGB (Red+Green+Blue) = 10+48+63=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #0A303F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A303F is #F5CFC0. Grayscale: #262626. Windows color (decimal): -16109505 or 4141066. OLE color: 4141066.

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

Color convert

RGB104863-
CMYK0.840.2400.75
HSL196.98º72.6%14.31%-
HSV(B)196.98º84.13%24.71%-
XYZ2.082.545.08-
YUV38.35141.91107.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.26%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 63 (25% from 255) = 52.07%
R=8.26%
G=39.67%
B=52.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1048630.840.2400.75196.9872.614.31
HexA303F541804Bc549e
Octal12607712430011330511116
Binary1010110000111111101010011000010010111100010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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