#0B373A

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

Shades of Nordic #0B373A

Tints of Nordic #0B373A

Color information

#0B373A (or 0x0B373A) is unknown color: approx Nordic. HEX triplet: 0B, 37 and 3A. RGB value is (11,55,58). Sum of RGB (Red+Green+Blue) = 11+55+58=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B373A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B373A is #F4C8C5. Grayscale: #2A2A2A. Windows color (decimal): -16042182 or 3815179. OLE color: 3815179.

HSL color Cylindrical-coordinate representation of color #0B373A: hue angle of 183.83º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B373A is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB115558-
CMYK0.810.0500.77
HSL183.83º68.12%13.53%-
HSV(B)183.83º81.03%22.75%-
XYZ2.273.114.48-
YUV42.19136.92105.76-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.87%
GREEN value IS 55 (21.88% from 255) = 44.35%
BLUE value IS 58 (23.05% from 255) = 46.77%
R=8.87%
G=44.35%
B=46.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1155580.810.0500.77183.8368.1213.53
HexB373A51504Db844e
Octal1367721215011527010416
Binary10111101111110101010001101010011011011100010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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