#0B3540

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

Shades of Nordic #0B3540

Tints of Nordic #0B3540

Color information

#0B3540 (or 0x0B3540) is unknown color: approx Nordic. HEX triplet: 0B, 35 and 40. RGB value is (11,53,64). Sum of RGB (Red+Green+Blue) = 11+53+64=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #0B3540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3540 is #F4CABF. Grayscale: #292929. Windows color (decimal): -16042688 or 4207883. OLE color: 4207883.

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

Color convert

RGB115364-
CMYK0.830.1700.75
HSL192.45º70.67%14.71%-
HSV(B)192.45º82.81%25.1%-
XYZ2.342.995.3-
YUV41.7140.59106.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.59%
GREEN value IS 53 (21.09% from 255) = 41.41%
BLUE value IS 64 (25.39% from 255) = 50%
R=8.59%
G=41.41%
B=50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1153640.830.1700.75192.4570.6714.71
HexB3540531104Bc047f
Octal136510012321011330010717
Binary10111101011000000101001110001010010111100000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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