#0A3648

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

Shades of Blue Whale #0A3648

Tints of Blue Whale #0A3648

Color information

#0A3648 (or 0x0A3648) is unknown color: approx Blue Whale. HEX triplet: 0A, 36 and 48. RGB value is (10,54,72). Sum of RGB (Red+Green+Blue) = 10+54+72=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #0A3648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3648 is #F5C9B7. Grayscale: #2A2A2A. Windows color (decimal): -16107960 or 4732426. OLE color: 4732426.

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

Color convert

RGB105472-
CMYK0.860.2500.72
HSL197.42º75.61%16.08%-
HSV(B)197.42º86.11%28.24%-
XYZ2.613.176.61-
YUV42.9144.42104.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.35%
GREEN value IS 54 (21.48% from 255) = 39.71%
BLUE value IS 72 (28.52% from 255) = 52.94%
R=7.35%
G=39.71%
B=52.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1054720.860.2500.72197.4275.6116.08
HexA36485619048c54c10
Octal126611012631011030511420
Binary101011011010010001010110110010100100011000101100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,54,72); }

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

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

 a { background-color: rgb(10,54,72); }

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

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

 span { border-color: rgb(10,54,72); }

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