#0B394A

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

Shades of Blue Whale #0B394A

Tints of Blue Whale #0B394A

Color information

#0B394A (or 0x0B394A) is unknown color: approx Blue Whale. HEX triplet: 0B, 39 and 4A. RGB value is (11,57,74). Sum of RGB (Red+Green+Blue) = 11+57+74=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #0B394A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B394A is #F4C6B5. Grayscale: #2D2D2D. Windows color (decimal): -16041654 or 4864267. OLE color: 4864267.

HSL color Cylindrical-coordinate representation of color #0B394A: hue angle of 196.19º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B394A is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB115774-
CMYK0.850.2300.71
HSL196.19º74.12%16.67%-
HSV(B)196.19º85.14%29.02%-
XYZ2.843.497-
YUV45.18144.26103.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.75%
GREEN value IS 57 (22.66% from 255) = 40.14%
BLUE value IS 74 (29.30% from 255) = 52.11%
R=7.75%
G=40.14%
B=52.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1157740.850.2300.71196.1974.1216.67
HexB394A5517047c44a11
Octal137111212527010730411221
Binary101111100110010101010101101110100011111000100100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,57,74); }

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

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

 a { background-color: rgb(11,57,74); }

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

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

 span { border-color: rgb(11,57,74); }

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