#0B2A4E

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

Shades of Blue Whale #0B2A4E

Tints of Blue Whale #0B2A4E

Color information

#0B2A4E (or 0x0B2A4E) is unknown color: approx Blue Whale. HEX triplet: 0B, 2A and 4E. RGB value is (11,42,78). Sum of RGB (Red+Green+Blue) = 11+42+78=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #0B2A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2A4E is #F4D5B1. Grayscale: #242424. Windows color (decimal): -16045490 or 5122571. OLE color: 5122571.

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

Color convert

RGB114278-
CMYK0.860.4600.69
HSL212.24º75.28%17.45%-
HSV(B)212.24º85.9%30.59%-
XYZ2.342.287.52-
YUV36.83151.23109.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.40%
GREEN value IS 42 (16.80% from 255) = 32.06%
BLUE value IS 78 (30.86% from 255) = 59.54%
R=8.40%
G=32.06%
B=59.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1142780.860.4600.69212.2475.2817.45
HexB2A4E562E045d44b11
Octal135211612656010532411321
Binary1011101010100111010101101011100100010111010100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,42,78); }

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

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

 a { background-color: rgb(11,42,78); }

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

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

 span { border-color: rgb(11,42,78); }

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