#0B343B

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

Shades of Nordic #0B343B

Tints of Nordic #0B343B

Color information

#0B343B (or 0x0B343B) is unknown color: approx Nordic. HEX triplet: 0B, 34 and 3B. RGB value is (11,52,59). Sum of RGB (Red+Green+Blue) = 11+52+59=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 59 - color contains mainly: blue. Hex color #0B343B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B343B is #F4CBC4. Grayscale: #282828. Windows color (decimal): -16042949 or 3879947. OLE color: 3879947.

HSL color Cylindrical-coordinate representation of color #0B343B: hue angle of 188.75º degrees, saturation: 0.69, 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 #0B343B is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB115259-
CMYK0.810.1200.77
HSL188.75º68.57%13.73%-
HSV(B)188.75º81.36%23.14%-
XYZ2.162.844.57-
YUV40.54138.42106.93-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.02%
GREEN value IS 52 (20.70% from 255) = 42.62%
BLUE value IS 59 (23.44% from 255) = 48.36%
R=9.02%
G=42.62%
B=48.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1152590.810.1200.77188.7568.5713.73
HexB343B51C04Dbd45e
Octal13647312114011527510516
Binary101111010011101110100011100010011011011110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,52,59); }

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

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

 a { background-color: rgb(11,52,59); }

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

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

 span { border-color: rgb(11,52,59); }

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