#0B3048

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

Shades of Blue Whale #0B3048

Tints of Blue Whale #0B3048

Color information

#0B3048 (or 0x0B3048) is unknown color: approx Blue Whale. HEX triplet: 0B, 30 and 48. RGB value is (11,48,72). Sum of RGB (Red+Green+Blue) = 11+48+72=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #0B3048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3048 is #F4CFB7. Grayscale: #272727. Windows color (decimal): -16043960 or 4730891. OLE color: 4730891.

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

Color convert

RGB114872-
CMYK0.850.3300.72
HSL203.61º73.49%16.27%-
HSV(B)203.61º84.72%28.24%-
XYZ2.362.656.52-
YUV39.67146.24107.55-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.40%
GREEN value IS 48 (19.14% from 255) = 36.64%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=8.40%
G=36.64%
B=54.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1148720.850.3300.72203.6173.4916.27
HexB30485521048cc4910
Octal136011012541011031411120
Binary1011110000100100010101011000010100100011001100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,48,72); }

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

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

 a { background-color: rgb(11,48,72); }

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

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

 span { border-color: rgb(11,48,72); }

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