#0B374F

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

Shades of Blue Whale #0B374F

Tints of Blue Whale #0B374F

Color information

#0B374F (or 0x0B374F) is unknown color: approx Blue Whale. HEX triplet: 0B, 37 and 4F. RGB value is (11,55,79). Sum of RGB (Red+Green+Blue) = 11+55+79=145 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.59% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #0B374F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B374F is #F4C8B0. Grayscale: #2C2C2C. Windows color (decimal): -16042161 or 5191435. OLE color: 5191435.

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

Color convert

RGB115579-
CMYK0.860.3000.69
HSL201.18º75.56%17.65%-
HSV(B)201.18º86.08%30.98%-
XYZ2.923.377.89-
YUV44.58147.42104.05-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.59%
GREEN value IS 55 (21.88% from 255) = 37.93%
BLUE value IS 79 (31.25% from 255) = 54.48%
R=7.59%
G=37.93%
B=54.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1155790.860.3000.69201.1875.5617.65
HexB374F561E045c94c12
Octal136711712636010531111422
Binary101111011110011111010110111100100010111001001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,55,79); }

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

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

 a { background-color: rgb(11,55,79); }

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

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

 span { border-color: rgb(11,55,79); }

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