#0B3740

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

Shades of Nordic #0B3740

Tints of Nordic #0B3740

Color information

#0B3740 (or 0x0B3740) is unknown color: approx Nordic. HEX triplet: 0B, 37 and 40. RGB value is (11,55,64). Sum of RGB (Red+Green+Blue) = 11+55+64=130 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.46% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #0B3740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3740 is #F4C8BF. Grayscale: #2A2A2A. Windows color (decimal): -16042176 or 4208395. OLE color: 4208395.

HSL color Cylindrical-coordinate representation of color #0B3740: hue angle of 190.19º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B3740 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB115564-
CMYK0.830.1400.75
HSL190.19º70.67%14.71%-
HSV(B)190.19º82.81%25.1%-
XYZ2.433.175.34-
YUV42.87139.92105.27-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.46%
GREEN value IS 55 (21.88% from 255) = 42.31%
BLUE value IS 64 (25.39% from 255) = 49.23%
R=8.46%
G=42.31%
B=49.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1155640.830.1400.75190.1970.6714.71
HexB374053E04Bbe47f
Octal136710012316011327610717
Binary1011110111100000010100111110010010111011111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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