#0B314E

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

Shades of Blue Whale #0B314E

Tints of Blue Whale #0B314E

Color information

#0B314E (or 0x0B314E) is unknown color: approx Blue Whale. HEX triplet: 0B, 31 and 4E. RGB value is (11,49,78). Sum of RGB (Red+Green+Blue) = 11+49+78=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #0B314E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B314E is #F4CEB1. Grayscale: #282828. Windows color (decimal): -16043698 or 5124363. OLE color: 5124363.

HSL color Cylindrical-coordinate representation of color #0B314E: hue angle of 205.97º 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 #0B314E is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB114978-
CMYK0.860.3700.69
HSL205.97º75.28%17.45%-
HSV(B)205.97º85.9%30.59%-
XYZ2.612.827.61-
YUV40.94148.91106.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.97%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 78 (30.86% from 255) = 56.52%
R=7.97%
G=35.51%
B=56.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1149780.860.3700.69205.9775.2817.45
HexB314E5625045ce4b11
Octal136111612645010531611321
Binary1011110001100111010101101001010100010111001110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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