#0B3541

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

Shades of Nordic #0B3541

Tints of Nordic #0B3541

Color information

#0B3541 (or 0x0B3541) is unknown color: approx Nordic. HEX triplet: 0B, 35 and 41. RGB value is (11,53,65). Sum of RGB (Red+Green+Blue) = 11+53+65=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #0B3541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3541 is #F4CABE. Grayscale: #292929. Windows color (decimal): -16042687 or 4273419. OLE color: 4273419.

HSL color Cylindrical-coordinate representation of color #0B3541: hue angle of 193.33º 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 #0B3541 is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB115365-
CMYK0.830.1800.75
HSL193.33º71.05%14.9%-
HSV(B)193.33º83.08%25.49%-
XYZ2.3735.46-
YUV41.81141.09106.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.53%
GREEN value IS 53 (21.09% from 255) = 41.09%
BLUE value IS 65 (25.78% from 255) = 50.39%
R=8.53%
G=41.09%
B=50.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1153650.830.1800.75193.3371.0514.9
HexB3541531204Bc147f
Octal136510112322011330110717
Binary10111101011000001101001110010010010111100000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,53,65); }

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

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

 a { background-color: rgb(11,53,65); }

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

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

 span { border-color: rgb(11,53,65); }

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